Html Css Color HEX #9CB810 Citrus

📋 copy color: '#9CB810'

red 156 ◦ green 184 ◦ blue 16

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

Shades of Citrus #9CB810

Tints of Citrus #9CB810

RGB

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

 GREEN value IS 184 (72.27% from 255) = 51.69%

 BLUE value IS 16 (6.64% from 255) = 4.49%

R = 43.82%
G = 51.69%
B = 4.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#9CB810 (or 0x9CB810) is known color: Citrus. HEX triplet: 9C, B8 and 10. RGB value is (156,184,16). Sum of RGB (Red+Green+Blue) = 156+184+16=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB810 is #6347EF. Grayscale: #9D9D9D. Windows color (decimal): -6506480 or 1095836. OLE color: 1095836.

HSL color Cylindrical-coordinate representation of color #9CB810: hue angle of 70º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9CB810 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 156 184 16 -
CMYK 0.15 0 0.91 0.28
HSL 70º 0.84% 0.39% -
HSV(B) 70º 0.91% 0.72% -
XYZ 30.94 41.39 6.85 -
YUV 156.48 48.72 127.66 -
System Red Green Blue C M Y K H S L
Decimal 156 184 16 0.15 0 0.91 0.28 70 0.84 0.39
Hex 9C B8 10 F 0 5B 1C 46 54 27
Octal 234 270 20 17 0 133 34 106 124 47
Binary 10011100 10111000 10000 1111 0 1011011 11100 1000110 1010100 100111

Color Harmonies of #9CB810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB810

Black with #9CB810

Text Example


Text Example

White with #9CB810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,184,16); }

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

background-color css

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

 a { background-color: rgb(156,184,16); }

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

border-color css

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

 span { border-color: rgb(156,184,16); }

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