Html Css Color HEX #9CB616 Citrus

📋 copy color: '#9CB616'

red 156 ◦ green 182 ◦ blue 22

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

Shades of Citrus #9CB616

Tints of Citrus #9CB616

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.56%

 BLUE value IS 22 (8.98% from 255) = 6.11%

R = 43.33%
G = 50.56%
B = 6.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#9CB616 (or 0x9CB616) is known color: Citrus. HEX triplet: 9C, B6 and 16. RGB value is (156,182,22). Sum of RGB (Red+Green+Blue) = 156+182+22=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB616 is #6349E9. Grayscale: #9C9C9C. Windows color (decimal): -6506986 or 1488540. OLE color: 1488540.

HSL color Cylindrical-coordinate representation of color #9CB616: hue angle of 69.75º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9CB616 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 182 22 -
CMYK 0.14 0 0.88 0.29
HSL 69.75º 0.78% 0.4% -
HSV(B) 69.75º 0.88% 0.71% -
XYZ 30.58 40.58 6.98 -
YUV 155.99 52.39 128.01 -
System Red Green Blue C M Y K H S L
Decimal 156 182 22 0.14 0 0.88 0.29 69.75 0.78 0.4
Hex 9C B6 16 E 0 58 1D 46 4E 28
Octal 234 266 26 16 0 130 35 106 116 50
Binary 10011100 10110110 10110 1110 0 1011000 11101 1000110 1001110 101000

Color Harmonies of #9CB616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB616

Black with #9CB616

Text Example


Text Example

White with #9CB616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,182,22); }

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

background-color css

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

 a { background-color: rgb(156,182,22); }

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

border-color css

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

 span { border-color: rgb(156,182,22); }

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