Html Css Color HEX #9BB902 Citrus

📋 copy color: '#9BB902'

red 155 ◦ green 185 ◦ blue 2

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

Shades of Citrus #9BB902

Tints of Citrus #9BB902

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.09%

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

R = 45.32%
G = 54.09%
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

#9BB902 (or 0x9BB902) is known color: Citrus. HEX triplet: 9B, B9 and 02. RGB value is (155,185,2). Sum of RGB (Red+Green+Blue) = 155+185+2=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 185 (72.66% from 255 or 54.09% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB902 is #6446FD. Grayscale: #9B9B9B. Windows color (decimal): -6571774 or 178587. OLE color: 178587.

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

Color convert

RGB 155 185 2 -
CMYK 0.16 0 0.99 0.27
HSL 69.84º 0.98% 0.37% -
HSV(B) 69.84º 0.99% 0.73% -
XYZ 30.88 41.67 6.47 -
YUV 155.17 41.56 127.88 -
System Red Green Blue C M Y K H S L
Decimal 155 185 2 0.16 0 0.99 0.27 69.84 0.98 0.37
Hex 9B B9 2 10 0 63 1B 46 62 25
Octal 233 271 2 20 0 143 33 106 142 45
Binary 10011011 10111001 10 10000 0 1100011 11011 1000110 1100010 100101

Color Harmonies of #9BB902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB902

Black with #9BB902

Text Example


Text Example

White with #9BB902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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