Html Css Color HEX #9DB215 Citrus

📋 copy color: '#9DB215'

red 157 ◦ green 178 ◦ blue 21

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

Shades of Citrus #9DB215

Tints of Citrus #9DB215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.9%

R = 44.1%
G = 50%
B = 5.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#9DB215 (or 0x9DB215) is known color: Citrus. HEX triplet: 9D, B2 and 15. RGB value is (157,178,21). Sum of RGB (Red+Green+Blue) = 157+178+21=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DB215 is #624DEA. Grayscale: #9A9A9A. Windows color (decimal): -6442475 or 1421981. OLE color: 1421981.

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

Color convert

RGB 157 178 21 -
CMYK 0.12 0 0.88 0.30
HSL 68.03º 0.79% 0.39% -
HSV(B) 68.03º 0.88% 0.7% -
XYZ 29.96 39.06 6.67 -
YUV 153.82 53.04 130.27 -
System Red Green Blue C M Y K H S L
Decimal 157 178 21 0.12 0 0.88 0.30 68.03 0.79 0.39
Hex 9D B2 15 C 0 58 1E 44 4F 27
Octal 235 262 25 14 0 130 36 104 117 47
Binary 10011101 10110010 10101 1100 0 1011000 11110 1000100 1001111 100111

Color Harmonies of #9DB215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB215

Black with #9DB215

Text Example


Text Example

White with #9DB215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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