Html Css Color HEX #9CBB0B Citrus

📋 copy color: '#9CBB0B'

red 156 ◦ green 187 ◦ blue 11

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

Shades of Citrus #9CBB0B

Tints of Citrus #9CBB0B

RGB

 RED value IS 156 (61.33% from 255) = 44.07%

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

 BLUE value IS 11 (4.69% from 255) = 3.11%

R = 44.07%
G = 52.82%
B = 3.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#9CBB0B (or 0x9CBB0B) is known color: Citrus. HEX triplet: 9C, BB and 0B. RGB value is (156,187,11). Sum of RGB (Red+Green+Blue) = 156+187+11=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 187 (73.44% from 255 or 52.82% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBB0B is #6344F4. Grayscale: #9E9E9E. Windows color (decimal): -6505717 or 768924. OLE color: 768924.

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

Color convert

RGB 156 187 11 -
CMYK 0.17 0 0.94 0.27
HSL 70.57º 0.89% 0.39% -
HSV(B) 70.57º 0.94% 0.73% -
XYZ 31.54 42.63 6.88 -
YUV 157.67 45.23 126.81 -
System Red Green Blue C M Y K H S L
Decimal 156 187 11 0.17 0 0.94 0.27 70.57 0.89 0.39
Hex 9C BB B 11 0 5E 1B 47 59 27
Octal 234 273 13 21 0 136 33 107 131 47
Binary 10011100 10111011 1011 10001 0 1011110 11011 1000111 1011001 100111

Color Harmonies of #9CBB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBB0B

Black with #9CBB0B

Text Example


Text Example

White with #9CBB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,187,11); }

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

background-color css

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

 a { background-color: rgb(156,187,11); }

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

border-color css

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

 span { border-color: rgb(156,187,11); }

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