Html Css Color HEX #9CB210 Citrus

📋 copy color: '#9CB210'

red 156 ◦ green 178 ◦ blue 16

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

Shades of Citrus #9CB210

Tints of Citrus #9CB210

RGB

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

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

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

R = 44.57%
G = 50.86%
B = 4.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#9CB210 (or 0x9CB210) is known color: Citrus. HEX triplet: 9C, B2 and 10. RGB value is (156,178,16). Sum of RGB (Red+Green+Blue) = 156+178+16=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CB210 is #634DEF. Grayscale: #999999. Windows color (decimal): -6508016 or 1094300. OLE color: 1094300.

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

Color convert

RGB 156 178 16 -
CMYK 0.12 0 0.91 0.30
HSL 68.15º 0.84% 0.38% -
HSV(B) 68.15º 0.91% 0.7% -
XYZ 29.72 38.95 6.44 -
YUV 152.95 50.71 130.17 -
System Red Green Blue C M Y K H S L
Decimal 156 178 16 0.12 0 0.91 0.30 68.15 0.84 0.38
Hex 9C B2 10 C 0 5B 1E 44 54 26
Octal 234 262 20 14 0 133 36 104 124 46
Binary 10011100 10110010 10000 1100 0 1011011 11110 1000100 1010100 100110

Color Harmonies of #9CB210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB210

Black with #9CB210

Text Example


Text Example

White with #9CB210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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