Html Css Color HEX #9CB513 Citrus

📋 copy color: '#9CB513'

red 156 ◦ green 181 ◦ blue 19

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

Shades of Citrus #9CB513

Tints of Citrus #9CB513

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.84%

 BLUE value IS 19 (7.81% from 255) = 5.34%

R = 43.82%
G = 50.84%
B = 5.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#9CB513 (or 0x9CB513) is known color: Citrus. HEX triplet: 9C, B5 and 13. RGB value is (156,181,19). Sum of RGB (Red+Green+Blue) = 156+181+19=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB513 is #634AEC. Grayscale: #9B9B9B. Windows color (decimal): -6507245 or 1291676. OLE color: 1291676.

HSL color Cylindrical-coordinate representation of color #9CB513: hue angle of 69.26º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9CB513 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 181 19 -
CMYK 0.14 0 0.90 0.29
HSL 69.26º 0.81% 0.39% -
HSV(B) 69.26º 0.9% 0.71% -
XYZ 30.35 40.16 6.77 -
YUV 155.06 51.22 128.67 -
System Red Green Blue C M Y K H S L
Decimal 156 181 19 0.14 0 0.90 0.29 69.26 0.81 0.39
Hex 9C B5 13 E 0 5A 1D 45 51 27
Octal 234 265 23 16 0 132 35 105 121 47
Binary 10011100 10110101 10011 1110 0 1011010 11101 1000101 1010001 100111

Color Harmonies of #9CB513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB513

Black with #9CB513

Text Example


Text Example

White with #9CB513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,181,19); }

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

background-color css

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

 a { background-color: rgb(156,181,19); }

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

border-color css

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

 span { border-color: rgb(156,181,19); }

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