Html Css Color HEX #9DB415 Citrus

📋 copy color: '#9DB415'

red 157 ◦ green 180 ◦ blue 21

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

Shades of Citrus #9DB415

Tints of Citrus #9DB415

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.28%

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

R = 43.85%
G = 50.28%
B = 5.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#9DB415 (or 0x9DB415) is known color: Citrus. HEX triplet: 9D, B4 and 15. RGB value is (157,180,21). Sum of RGB (Red+Green+Blue) = 157+180+21=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB415 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB415 is #624BEA. Grayscale: #9B9B9B. Windows color (decimal): -6441963 or 1422493. OLE color: 1422493.

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

Color convert

RGB 157 180 21 -
CMYK 0.13 0 0.88 0.29
HSL 68.68º 0.79% 0.39% -
HSV(B) 68.68º 0.88% 0.71% -
XYZ 30.36 39.86 6.8 -
YUV 155 52.38 129.43 -
System Red Green Blue C M Y K H S L
Decimal 157 180 21 0.13 0 0.88 0.29 68.68 0.79 0.39
Hex 9D B4 15 D 0 58 1D 45 4F 27
Octal 235 264 25 15 0 130 35 105 117 47
Binary 10011101 10110100 10101 1101 0 1011000 11101 1000101 1001111 100111

Color Harmonies of #9DB415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB415

Black with #9DB415

Text Example


Text Example

White with #9DB415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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