Html Css Color HEX #9CBB0D Citrus

📋 copy color: '#9CBB0D'

red 156 ◦ green 187 ◦ blue 13

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

Shades of Citrus #9CBB0D

Tints of Citrus #9CBB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.65%

R = 43.82%
G = 52.53%
B = 3.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#9CBB0D (or 0x9CBB0D) is known color: Citrus. HEX triplet: 9C, BB and 0D. RGB value is (156,187,13). Sum of RGB (Red+Green+Blue) = 156+187+13=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 187 (73.44% from 255 or 52.53% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBB0D is #6344F2. Grayscale: #9E9E9E. Windows color (decimal): -6505715 or 899996. OLE color: 899996.

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

Color convert

RGB 156 187 13 -
CMYK 0.17 0 0.93 0.27
HSL 70.69º 0.87% 0.39% -
HSV(B) 70.69º 0.93% 0.73% -
XYZ 31.55 42.64 6.95 -
YUV 157.9 46.23 126.65 -
System Red Green Blue C M Y K H S L
Decimal 156 187 13 0.17 0 0.93 0.27 70.69 0.87 0.39
Hex 9C BB D 11 0 5D 1B 47 57 27
Octal 234 273 15 21 0 135 33 107 127 47
Binary 10011100 10111011 1101 10001 0 1011101 11011 1000111 1010111 100111

Color Harmonies of #9CBB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBB0D

Black with #9CBB0D

Text Example


Text Example

White with #9CBB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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