Html Css Color HEX #9CB702 Citrus

📋 copy color: '#9CB702'

red 156 ◦ green 183 ◦ blue 2

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

Shades of Citrus #9CB702

Tints of Citrus #9CB702

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.67%

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

R = 45.75%
G = 53.67%
B = 0.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#9CB702 (or 0x9CB702) is known color: Citrus. HEX triplet: 9C, B7 and 02. RGB value is (156,183,2). Sum of RGB (Red+Green+Blue) = 156+183+2=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB702 is #6348FD. Grayscale: #9A9A9A. Windows color (decimal): -6506750 or 178076. OLE color: 178076.

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

Color convert

RGB 156 183 2 -
CMYK 0.15 0 0.99 0.28
HSL 68.95º 0.98% 0.36% -
HSV(B) 68.95º 0.99% 0.72% -
XYZ 30.65 40.94 6.34 -
YUV 154.29 42.05 129.22 -
System Red Green Blue C M Y K H S L
Decimal 156 183 2 0.15 0 0.99 0.28 68.95 0.98 0.36
Hex 9C B7 2 F 0 63 1C 45 62 24
Octal 234 267 2 17 0 143 34 105 142 44
Binary 10011100 10110111 10 1111 0 1100011 11100 1000101 1100010 100100

Color Harmonies of #9CB702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB702

Black with #9CB702

Text Example


Text Example

White with #9CB702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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