Html Css Color HEX #9DB512 Citrus

📋 copy color: '#9DB512'

red 157 ◦ green 181 ◦ blue 18

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

Shades of Citrus #9DB512

Tints of Citrus #9DB512

RGB

 RED value IS 157 (61.72% from 255) = 44.1%

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

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

R = 44.1%
G = 50.84%
B = 5.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#9DB512 (or 0x9DB512) is known color: Citrus. HEX triplet: 9D, B5 and 12. RGB value is (157,181,18). Sum of RGB (Red+Green+Blue) = 157+181+18=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB512 is #624AED. Grayscale: #9B9B9B. Windows color (decimal): -6441710 or 1226141. OLE color: 1226141.

HSL color Cylindrical-coordinate representation of color #9DB512: hue angle of 68.83º degrees, saturation: 0.82, 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 #9DB512 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 181 18 -
CMYK 0.13 0 0.90 0.29
HSL 68.83º 0.82% 0.39% -
HSV(B) 68.83º 0.9% 0.71% -
XYZ 30.54 40.26 6.73 -
YUV 155.24 50.55 129.25 -
System Red Green Blue C M Y K H S L
Decimal 157 181 18 0.13 0 0.90 0.29 68.83 0.82 0.39
Hex 9D B5 12 D 0 5A 1D 45 52 27
Octal 235 265 22 15 0 132 35 105 122 47
Binary 10011101 10110101 10010 1101 0 1011010 11101 1000101 1010010 100111

Color Harmonies of #9DB512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB512

Black with #9DB512

Text Example


Text Example

White with #9DB512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,181,18); }

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

background-color css

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

 a { background-color: rgb(157,181,18); }

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

border-color css

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

 span { border-color: rgb(157,181,18); }

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