Html Css Color HEX #9EBD02 Citrus

📋 copy color: '#9EBD02'

red 158 ◦ green 189 ◦ blue 2

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

Shades of Citrus #9EBD02

Tints of Citrus #9EBD02

RGB

 RED value IS 158 (62.11% from 255) = 45.27%

 GREEN value IS 189 (74.22% from 255) = 54.15%

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 45.27%
G = 54.15%
B = 0.57%

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

#9EBD02 (or 0x9EBD02) is known color: Citrus. HEX triplet: 9E, BD and 02. RGB value is (158,189,2). Sum of RGB (Red+Green+Blue) = 158+189+2=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBD02 is #6142FD. Grayscale: #9F9F9F. Windows color (decimal): -6374142 or 179614. OLE color: 179614.

HSL color Cylindrical-coordinate representation of color #9EBD02: hue angle of 69.95º degrees, saturation: 0.98, 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 #9EBD02 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 189 2 -
CMYK 0.16 0 0.99 0.26
HSL 69.95º 0.98% 0.37% -
HSV(B) 69.95º 0.99% 0.74% -
XYZ 32.31 43.67 6.78 -
YUV 158.41 39.73 127.71 -
System Red Green Blue C M Y K H S L
Decimal 158 189 2 0.16 0 0.99 0.26 69.95 0.98 0.37
Hex 9E BD 2 10 0 63 1A 46 62 25
Octal 236 275 2 20 0 143 32 106 142 45
Binary 10011110 10111101 10 10000 0 1100011 11010 1000110 1100010 100101

Color Harmonies of #9EBD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBD02

Black with #9EBD02

Text Example


Text Example

White with #9EBD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,189,2); }

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

background-color css

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

 a { background-color: rgb(158,189,2); }

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

border-color css

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

 span { border-color: rgb(158,189,2); }

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