Html Css Color HEX #9CB211 Citrus

📋 copy color: '#9CB211'

red 156 ◦ green 178 ◦ blue 17

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

Shades of Citrus #9CB211

Tints of Citrus #9CB211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.84%

R = 44.44%
G = 50.71%
B = 4.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#9CB211 (or 0x9CB211) is known color: Citrus. HEX triplet: 9C, B2 and 11. RGB value is (156,178,17). Sum of RGB (Red+Green+Blue) = 156+178+17=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 178 (69.92% from 255 or 50.71% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CB211 is #634DEE. Grayscale: #999999. Windows color (decimal): -6508015 or 1159836. OLE color: 1159836.

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

Color convert

RGB 156 178 17 -
CMYK 0.12 0 0.90 0.30
HSL 68.2º 0.83% 0.38% -
HSV(B) 68.2º 0.9% 0.7% -
XYZ 29.73 38.95 6.48 -
YUV 153.07 51.21 130.09 -
System Red Green Blue C M Y K H S L
Decimal 156 178 17 0.12 0 0.90 0.30 68.2 0.83 0.38
Hex 9C B2 11 C 0 5A 1E 44 53 26
Octal 234 262 21 14 0 132 36 104 123 46
Binary 10011100 10110010 10001 1100 0 1011010 11110 1000100 1010011 100110

Color Harmonies of #9CB211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB211

Black with #9CB211

Text Example


Text Example

White with #9CB211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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