Html Css Color HEX #9DBC10 Citrus

📋 copy color: '#9DBC10'

red 157 ◦ green 188 ◦ blue 16

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

Shades of Citrus #9DBC10

Tints of Citrus #9DBC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.43%

R = 43.49%
G = 52.08%
B = 4.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#9DBC10 (or 0x9DBC10) is known color: Citrus. HEX triplet: 9D, BC and 10. RGB value is (157,188,16). Sum of RGB (Red+Green+Blue) = 157+188+16=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBC10 is #6243EF. Grayscale: #9F9F9F. Windows color (decimal): -6439920 or 1096861. OLE color: 1096861.

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

Color convert

RGB 157 188 16 -
CMYK 0.16 0 0.91 0.26
HSL 70.81º 0.84% 0.4% -
HSV(B) 70.81º 0.91% 0.74% -
XYZ 31.98 43.17 7.14 -
YUV 159.12 47.23 126.49 -
System Red Green Blue C M Y K H S L
Decimal 157 188 16 0.16 0 0.91 0.26 70.81 0.84 0.4
Hex 9D BC 10 10 0 5B 1A 47 54 28
Octal 235 274 20 20 0 133 32 107 124 50
Binary 10011101 10111100 10000 10000 0 1011011 11010 1000111 1010100 101000

Color Harmonies of #9DBC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBC10

Black with #9DBC10

Text Example


Text Example

White with #9DBC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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