Html Css Color HEX #9CB312 Citrus

📋 copy color: '#9CB312'

red 156 ◦ green 179 ◦ blue 18

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

Shades of Citrus #9CB312

Tints of Citrus #9CB312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.71%

 BLUE value IS 18 (7.42% from 255) = 5.1%

R = 44.19%
G = 50.71%
B = 5.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#9CB312 (or 0x9CB312) is known color: Citrus. HEX triplet: 9C, B3 and 12. RGB value is (156,179,18). Sum of RGB (Red+Green+Blue) = 156+179+18=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB312 is #634CED. Grayscale: #9A9A9A. Windows color (decimal): -6507758 or 1225628. OLE color: 1225628.

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

Color convert

RGB 156 179 18 -
CMYK 0.13 0 0.90 0.30
HSL 68.57º 0.82% 0.39% -
HSV(B) 68.57º 0.9% 0.7% -
XYZ 29.94 39.35 6.59 -
YUV 153.77 51.38 129.59 -
System Red Green Blue C M Y K H S L
Decimal 156 179 18 0.13 0 0.90 0.30 68.57 0.82 0.39
Hex 9C B3 12 D 0 5A 1E 45 52 27
Octal 234 263 22 15 0 132 36 105 122 47
Binary 10011100 10110011 10010 1101 0 1011010 11110 1000101 1010010 100111

Color Harmonies of #9CB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB312

Black with #9CB312

Text Example


Text Example

White with #9CB312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,179,18); }

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

background-color css

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

 a { background-color: rgb(156,179,18); }

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

border-color css

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

 span { border-color: rgb(156,179,18); }

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