Html Css Color HEX #9DBC04 Citrus

📋 copy color: '#9DBC04'

red 157 ◦ green 188 ◦ blue 4

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

Shades of Citrus #9DBC04

Tints of Citrus #9DBC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.15%

R = 44.99%
G = 53.87%
B = 1.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#9DBC04 (or 0x9DBC04) is known color: Citrus. HEX triplet: 9D, BC and 04. RGB value is (157,188,4). Sum of RGB (Red+Green+Blue) = 157+188+4=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBC04 is #6243FB. Grayscale: #9E9E9E. Windows color (decimal): -6439932 or 310429. OLE color: 310429.

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

Color convert

RGB 157 188 4 -
CMYK 0.16 0 0.98 0.26
HSL 70.11º 0.96% 0.38% -
HSV(B) 70.11º 0.98% 0.74% -
XYZ 31.91 43.14 6.76 -
YUV 157.76 41.23 127.46 -
System Red Green Blue C M Y K H S L
Decimal 157 188 4 0.16 0 0.98 0.26 70.11 0.96 0.38
Hex 9D BC 4 10 0 62 1A 46 60 26
Octal 235 274 4 20 0 142 32 106 140 46
Binary 10011101 10111100 100 10000 0 1100010 11010 1000110 1100000 100110

Color Harmonies of #9DBC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBC04

Black with #9DBC04

Text Example


Text Example

White with #9DBC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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