Html Css Color HEX #9DBC15 Citrus

📋 copy color: '#9DBC15'

red 157 ◦ green 188 ◦ blue 21

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

Shades of Citrus #9DBC15

Tints of Citrus #9DBC15

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.37%

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

R = 42.9%
G = 51.37%
B = 5.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#9DBC15 (or 0x9DBC15) is known color: Citrus. HEX triplet: 9D, BC and 15. RGB value is (157,188,21). Sum of RGB (Red+Green+Blue) = 157+188+21=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBC15 is #6243EA. Grayscale: #A0A0A0. Windows color (decimal): -6439915 or 1424541. OLE color: 1424541.

HSL color Cylindrical-coordinate representation of color #9DBC15: hue angle of 71.14º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9DBC15 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 157 188 21 -
CMYK 0.16 0 0.89 0.26
HSL 71.14º 0.8% 0.41% -
HSV(B) 71.14º 0.89% 0.74% -
XYZ 32.02 43.19 7.36 -
YUV 159.69 49.73 126.08 -
System Red Green Blue C M Y K H S L
Decimal 157 188 21 0.16 0 0.89 0.26 71.14 0.8 0.41
Hex 9D BC 15 10 0 59 1A 47 50 29
Octal 235 274 25 20 0 131 32 107 120 51
Binary 10011101 10111100 10101 10000 0 1011001 11010 1000111 1010000 101001

Color Harmonies of #9DBC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBC15

Black with #9DBC15

Text Example


Text Example

White with #9DBC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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