Html Css Color HEX #9BBC0F Citrus

📋 copy color: '#9BBC0F'

red 155 ◦ green 188 ◦ blue 15

#9BBC0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #9BBC0F

Tints of Citrus #9BBC0F

RGB

 RED value IS 155 (60.94% from 255) = 43.3%

 GREEN value IS 188 (73.83% from 255) = 52.51%

 BLUE value IS 15 (6.25% from 255) = 4.19%

R = 43.3%
G = 52.51%
B = 4.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9BBC0F (or 0x9BBC0F) is known color: Citrus. HEX triplet: 9B, BC and 0F. RGB value is (155,188,15). Sum of RGB (Red+Green+Blue) = 155+188+15=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBC0F is #6443F0. Grayscale: #9F9F9F. Windows color (decimal): -6570993 or 1031323. OLE color: 1031323.

HSL color Cylindrical-coordinate representation of color #9BBC0F: hue angle of 71.45º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BBC0F is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 188 15 -
CMYK 0.18 0 0.92 0.26
HSL 71.45º 0.85% 0.4% -
HSV(B) 71.45º 0.92% 0.74% -
XYZ 31.59 42.97 7.08 -
YUV 158.41 47.07 125.57 -
System Red Green Blue C M Y K H S L
Decimal 155 188 15 0.18 0 0.92 0.26 71.45 0.85 0.4
Hex 9B BC F 12 0 5C 1A 47 55 28
Octal 233 274 17 22 0 134 32 107 125 50
Binary 10011011 10111100 1111 10010 0 1011100 11010 1000111 1010101 101000

Color Harmonies of #9BBC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC0F

Black with #9BBC0F

Text Example


Text Example

White with #9BBC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BBC0F; }

 p { color: rgb(155,188,15); }

 H1.HeaderClassName
 {
   color: #9BBC0F;
 }
 .AnyTagClassName
 {
   color: #9BBC0F;
 }
</style>

background-color css

<style>
 a { background-color: #9BBC0F; }

 a { background-color: rgb(155,188,15); }

 div.DivClassName
 {
   background-color: #9BBC0F;
 }
 .BgClassName
 {
   background-color: #9BBC0F;
 }
</style>

border-color css

<style>
 span { border-color: #9BBC0F; }

 span { border-color: rgb(155,188,15); }

 td.TdClassName
 {
   border-color: #9BBC0F;
 }
 .TagClassName
 {
   border-color: #9BBC0F;
 }
</style>