#9DBE0A

Color #9DBE0A Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #9DBE0A

Tints of Citrus #9DBE0A

Color information

#9DBE0A (or 0x9DBE0A) is unknown color: approx Citrus. HEX triplet: 9D, BE and 0A. RGB value is (157,190,10). Sum of RGB (Red+Green+Blue) = 157+190+10=357 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.98% from 357); Green value is 190 (74.61% from 255 or 53.22% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBE0A is #6241F5. Grayscale: #A0A0A0. Windows color (decimal): -6439414 or 704157. OLE color: 704157.

HSL color Cylindrical-coordinate representation of color #9DBE0A: hue angle of 71º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DBE0A is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB15719010-
CMYK0.1700.950.25
HSL71º90%39.22%-
HSV(B)71º94.74%74.51%-
XYZ32.3744.027.08-
YUV159.6143.57126.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.98%
GREEN value IS 190 (74.61% from 255) = 53.22%
BLUE value IS 10 (4.30% from 255) = 2.80%
R=43.98%
G=53.22%
B=2.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157190100.1700.950.25719039.22
Hex9DBEA1105F19475a27
Octal235276122101373110713247
Binary1001110110111110101010001010111111100110001111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,190,10); }

 H1.HeaderClassName
 {
   color: #9DBE0A;
 }
 .AnyTagClassName
 {
   color: #9DBE0A;
 }
</style>
background-color css

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

 a { background-color: rgb(157,190,10); }

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

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

 span { border-color: rgb(157,190,10); }

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