Html Css Color HEX #9BBB0F Citrus

📋 copy color: '#9BBB0F'

red 155 ◦ green 187 ◦ blue 15

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

Shades of Citrus #9BBB0F

Tints of Citrus #9BBB0F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.38%

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

R = 43.42%
G = 52.38%
B = 4.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#9BBB0F (or 0x9BBB0F) is known color: Citrus. HEX triplet: 9B, BB and 0F. RGB value is (155,187,15). Sum of RGB (Red+Green+Blue) = 155+187+15=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 187 (73.44% from 255 or 52.38% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBB0F is #6444F0. Grayscale: #9E9E9E. Windows color (decimal): -6571249 or 1031067. OLE color: 1031067.

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

Color convert

RGB 155 187 15 -
CMYK 0.17 0 0.92 0.27
HSL 71.16º 0.85% 0.4% -
HSV(B) 71.16º 0.92% 0.73% -
XYZ 31.37 42.54 7.01 -
YUV 157.82 47.4 125.99 -
System Red Green Blue C M Y K H S L
Decimal 155 187 15 0.17 0 0.92 0.27 71.16 0.85 0.4
Hex 9B BB F 11 0 5C 1B 47 55 28
Octal 233 273 17 21 0 134 33 107 125 50
Binary 10011011 10111011 1111 10001 0 1011100 11011 1000111 1010101 101000

Color Harmonies of #9BBB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBB0F

Black with #9BBB0F

Text Example


Text Example

White with #9BBB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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