Html Css Color HEX #9CB411 Citrus

📋 copy color: '#9CB411'

red 156 ◦ green 180 ◦ blue 17

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

Shades of Citrus #9CB411

Tints of Citrus #9CB411

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.99%

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

R = 44.19%
G = 50.99%
B = 4.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#9CB411 (or 0x9CB411) is known color: Citrus. HEX triplet: 9C, B4 and 11. RGB value is (156,180,17). Sum of RGB (Red+Green+Blue) = 156+180+17=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB411 is #634BEE. Grayscale: #9A9A9A. Windows color (decimal): -6507503 or 1160348. OLE color: 1160348.

HSL color Cylindrical-coordinate representation of color #9CB411: hue angle of 68.83º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9CB411 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 180 17 -
CMYK 0.13 0 0.91 0.29
HSL 68.83º 0.83% 0.39% -
HSV(B) 68.83º 0.91% 0.71% -
XYZ 30.13 39.75 6.61 -
YUV 154.24 50.55 129.25 -
System Red Green Blue C M Y K H S L
Decimal 156 180 17 0.13 0 0.91 0.29 68.83 0.83 0.39
Hex 9C B4 11 D 0 5B 1D 45 53 27
Octal 234 264 21 15 0 133 35 105 123 47
Binary 10011100 10110100 10001 1101 0 1011011 11101 1000101 1010011 100111

Color Harmonies of #9CB411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB411

Black with #9CB411

Text Example


Text Example

White with #9CB411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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