Html Css Color HEX #9CB502 Citrus

📋 copy color: '#9CB502'

red 156 ◦ green 181 ◦ blue 2

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

Shades of Citrus #9CB502

Tints of Citrus #9CB502

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.39%

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 46.02%
G = 53.39%
B = 0.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#9CB502 (or 0x9CB502) is known color: Citrus. HEX triplet: 9C, B5 and 02. RGB value is (156,181,2). Sum of RGB (Red+Green+Blue) = 156+181+2=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 181 (71.09% from 255 or 53.39% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB502 is #634AFD. Grayscale: #999999. Windows color (decimal): -6507262 or 177564. OLE color: 177564.

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

Color convert

RGB 156 181 2 -
CMYK 0.14 0 0.99 0.29
HSL 68.38º 0.98% 0.36% -
HSV(B) 68.38º 0.99% 0.71% -
XYZ 30.25 40.12 6.21 -
YUV 153.12 42.72 130.05 -
System Red Green Blue C M Y K H S L
Decimal 156 181 2 0.14 0 0.99 0.29 68.38 0.98 0.36
Hex 9C B5 2 E 0 63 1D 44 62 24
Octal 234 265 2 16 0 143 35 104 142 44
Binary 10011100 10110101 10 1110 0 1100011 11101 1000100 1100010 100100

Color Harmonies of #9CB502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB502

Black with #9CB502

Text Example


Text Example

White with #9CB502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,181,2); }

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

background-color css

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

 a { background-color: rgb(156,181,2); }

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

border-color css

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

 span { border-color: rgb(156,181,2); }

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