Html Css Color HEX #9CB200 Citrus

📋 copy color: '#9CB200'

red 156 ◦ green 178 ◦ blue 0

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

Shades of Citrus #9CB200

Tints of Citrus #9CB200

RGB

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

 GREEN value IS 178 (69.92% from 255) = 53.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.71%
G = 53.29%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#9CB200 (or 0x9CB200) is known color: Citrus. HEX triplet: 9C, B2 and 00. RGB value is (156,178,0). Sum of RGB (Red+Green+Blue) = 156+178+0=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 178 (69.92% from 255 or 53.29% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CB200 is #634DFF. Grayscale: #979797. Windows color (decimal): -6508032 or 45724. OLE color: 45724.

HSL color Cylindrical-coordinate representation of color #9CB200: hue angle of 67.42º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9CB200 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 156 178 0 -
CMYK 0.12 0 1 0.30
HSL 67.42º 1% 0.35% -
HSV(B) 67.42º 1% 0.7% -
XYZ 29.63 38.91 5.95 -
YUV 151.13 42.71 131.47 -
System Red Green Blue C M Y K H S L
Decimal 156 178 0 0.12 0 1 0.30 67.42 1 0.35
Hex 9C B2 0 C 0 64 1E 43 64 23
Octal 234 262 0 14 0 144 36 103 144 43
Binary 10011100 10110010 0 1100 0 1100100 11110 1000011 1100100 100011

Color Harmonies of #9CB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB200

Black with #9CB200

Text Example


Text Example

White with #9CB200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,178,0); }

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

background-color css

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

 a { background-color: rgb(156,178,0); }

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

border-color css

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

 span { border-color: rgb(156,178,0); }

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