Html Css Color HEX #9DB218 Citrus

📋 copy color: '#9DB218'

red 157 ◦ green 178 ◦ blue 24

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

Shades of Citrus #9DB218

Tints of Citrus #9DB218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.69%

R = 43.73%
G = 49.58%
B = 6.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#9DB218 (or 0x9DB218) is known color: Citrus. HEX triplet: 9D, B2 and 18. RGB value is (157,178,24). Sum of RGB (Red+Green+Blue) = 157+178+24=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 178 (69.92% from 255 or 49.58% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DB218 is #624DE7. Grayscale: #9A9A9A. Windows color (decimal): -6442472 or 1618589. OLE color: 1618589.

HSL color Cylindrical-coordinate representation of color #9DB218: hue angle of 68.18º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9DB218 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 157 178 24 -
CMYK 0.12 0 0.87 0.30
HSL 68.18º 0.76% 0.4% -
HSV(B) 68.18º 0.87% 0.7% -
XYZ 29.99 39.07 6.83 -
YUV 154.17 54.54 130.02 -
System Red Green Blue C M Y K H S L
Decimal 157 178 24 0.12 0 0.87 0.30 68.18 0.76 0.4
Hex 9D B2 18 C 0 57 1E 44 4C 28
Octal 235 262 30 14 0 127 36 104 114 50
Binary 10011101 10110010 11000 1100 0 1010111 11110 1000100 1001100 101000

Color Harmonies of #9DB218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB218

Black with #9DB218

Text Example


Text Example

White with #9DB218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,178,24); }

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

background-color css

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

 a { background-color: rgb(157,178,24); }

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

border-color css

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

 span { border-color: rgb(157,178,24); }

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