Html Css Color HEX #9DBB02 Citrus

📋 copy color: '#9DBB02'

red 157 ◦ green 187 ◦ blue 2

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

Shades of Citrus #9DBB02

Tints of Citrus #9DBB02

RGB

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

 GREEN value IS 187 (73.44% from 255) = 54.05%

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

R = 45.38%
G = 54.05%
B = 0.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#9DBB02 (or 0x9DBB02) is known color: Citrus. HEX triplet: 9D, BB and 02. RGB value is (157,187,2). Sum of RGB (Red+Green+Blue) = 157+187+2=346 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.38% from 346); Green value is 187 (73.44% from 255 or 54.05% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBB02 is #6244FD. Grayscale: #9D9D9D. Windows color (decimal): -6440190 or 179101. OLE color: 179101.

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

Color convert

RGB 157 187 2 -
CMYK 0.16 0 0.99 0.27
HSL 69.73º 0.98% 0.37% -
HSV(B) 69.73º 0.99% 0.73% -
XYZ 31.69 42.71 6.63 -
YUV 156.94 40.56 128.04 -
System Red Green Blue C M Y K H S L
Decimal 157 187 2 0.16 0 0.99 0.27 69.73 0.98 0.37
Hex 9D BB 2 10 0 63 1B 46 62 25
Octal 235 273 2 20 0 143 33 106 142 45
Binary 10011101 10111011 10 10000 0 1100011 11011 1000110 1100010 100101

Color Harmonies of #9DBB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBB02

Black with #9DBB02

Text Example


Text Example

White with #9DBB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,187,2); }

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

background-color css

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

 a { background-color: rgb(157,187,2); }

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

border-color css

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

 span { border-color: rgb(157,187,2); }

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