Html Css Color HEX #9BB802 Citrus

📋 copy color: '#9BB802'

red 155 ◦ green 184 ◦ blue 2

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

Shades of Citrus #9BB802

Tints of Citrus #9BB802

RGB

 RED value IS 155 (60.94% from 255) = 45.45%

 GREEN value IS 184 (72.27% from 255) = 53.96%

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

R = 45.45%
G = 53.96%
B = 0.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#9BB802 (or 0x9BB802) is known color: Citrus. HEX triplet: 9B, B8 and 02. RGB value is (155,184,2). Sum of RGB (Red+Green+Blue) = 155+184+2=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 184 (72.27% from 255 or 53.96% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB802 is #6447FD. Grayscale: #9B9B9B. Windows color (decimal): -6572030 or 178331. OLE color: 178331.

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

Color convert

RGB 155 184 2 -
CMYK 0.16 0 0.99 0.28
HSL 69.56º 0.98% 0.36% -
HSV(B) 69.56º 0.99% 0.72% -
XYZ 30.67 41.25 6.4 -
YUV 154.58 41.89 128.3 -
System Red Green Blue C M Y K H S L
Decimal 155 184 2 0.16 0 0.99 0.28 69.56 0.98 0.36
Hex 9B B8 2 10 0 63 1C 46 62 24
Octal 233 270 2 20 0 143 34 106 142 44
Binary 10011011 10111000 10 10000 0 1100011 11100 1000110 1100010 100100

Color Harmonies of #9BB802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB802

Black with #9BB802

Text Example


Text Example

White with #9BB802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,184,2); }

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

background-color css

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

 a { background-color: rgb(155,184,2); }

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

border-color css

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

 span { border-color: rgb(155,184,2); }

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