Html Css Color HEX #9BB202 Citrus

📋 copy color: '#9BB202'

red 155 ◦ green 178 ◦ blue 2

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

Shades of Citrus #9BB202

Tints of Citrus #9BB202

RGB

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

 GREEN value IS 178 (69.92% from 255) = 53.13%

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

R = 46.27%
G = 53.13%
B = 0.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#9BB202 (or 0x9BB202) is known color: Citrus. HEX triplet: 9B, B2 and 02. RGB value is (155,178,2). Sum of RGB (Red+Green+Blue) = 155+178+2=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 178 (69.92% from 255 or 53.13% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BB202 is #644DFD. Grayscale: #979797. Windows color (decimal): -6573566 or 176795. OLE color: 176795.

HSL color Cylindrical-coordinate representation of color #9BB202: hue angle of 67.84º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BB202 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 155 178 2 -
CMYK 0.13 0 0.99 0.30
HSL 67.84º 0.98% 0.35% -
HSV(B) 67.84º 0.99% 0.7% -
XYZ 29.45 38.81 6 -
YUV 151.06 43.88 130.81 -
System Red Green Blue C M Y K H S L
Decimal 155 178 2 0.13 0 0.99 0.30 67.84 0.98 0.35
Hex 9B B2 2 D 0 63 1E 44 62 23
Octal 233 262 2 15 0 143 36 104 142 43
Binary 10011011 10110010 10 1101 0 1100011 11110 1000100 1100010 100011

Color Harmonies of #9BB202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB202

Black with #9BB202

Text Example


Text Example

White with #9BB202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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