Html Css Color HEX #9DBC01 Citrus

📋 copy color: '#9DBC01'

red 157 ◦ green 188 ◦ blue 1

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

Shades of Citrus #9DBC01

Tints of Citrus #9DBC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 45.38%
G = 54.34%
B = 0.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#9DBC01 (or 0x9DBC01) is known color: Citrus. HEX triplet: 9D, BC and 01. RGB value is (157,188,1). Sum of RGB (Red+Green+Blue) = 157+188+1=346 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.38% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBC01 is #6243FE. Grayscale: #9E9E9E. Windows color (decimal): -6439935 or 113821. OLE color: 113821.

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

Color convert

RGB 157 188 1 -
CMYK 0.16 0 0.99 0.26
HSL 69.95º 0.99% 0.37% -
HSV(B) 69.95º 0.99% 0.74% -
XYZ 31.89 43.14 6.67 -
YUV 157.41 39.73 127.71 -
System Red Green Blue C M Y K H S L
Decimal 157 188 1 0.16 0 0.99 0.26 69.95 0.99 0.37
Hex 9D BC 1 10 0 63 1A 46 63 25
Octal 235 274 1 20 0 143 32 106 143 45
Binary 10011101 10111100 1 10000 0 1100011 11010 1000110 1100011 100101

Color Harmonies of #9DBC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBC01

Black with #9DBC01

Text Example


Text Example

White with #9DBC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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