Html Css Color HEX #99BC02 Citrus

📋 copy color: '#99BC02'

red 153 ◦ green 188 ◦ blue 2

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

Shades of Citrus #99BC02

Tints of Citrus #99BC02

RGB

 RED value IS 153 (60.16% from 255) = 44.61%

 GREEN value IS 188 (73.83% from 255) = 54.81%

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

R = 44.61%
G = 54.81%
B = 0.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#99BC02 (or 0x99BC02) is known color: Citrus. HEX triplet: 99, BC and 02. RGB value is (153,188,2). Sum of RGB (Red+Green+Blue) = 153+188+2=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BC02 is #6643FD. Grayscale: #9D9D9D. Windows color (decimal): -6702078 or 179353. OLE color: 179353.

HSL color Cylindrical-coordinate representation of color #99BC02: hue angle of 71.29º 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 #99BC02 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 188 2 -
CMYK 0.19 0 0.99 0.26
HSL 71.29º 0.98% 0.37% -
HSV(B) 71.29º 0.99% 0.74% -
XYZ 31.13 42.74 6.67 -
YUV 156.33 40.9 125.62 -
System Red Green Blue C M Y K H S L
Decimal 153 188 2 0.19 0 0.99 0.26 71.29 0.98 0.37
Hex 99 BC 2 13 0 63 1A 47 62 25
Octal 231 274 2 23 0 143 32 107 142 45
Binary 10011001 10111100 10 10011 0 1100011 11010 1000111 1100010 100101

Color Harmonies of #99BC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BC02

Black with #99BC02

Text Example


Text Example

White with #99BC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99BC02; }

 p { color: rgb(153,188,2); }

 H1.HeaderClassName
 {
   color: #99BC02;
 }
 .AnyTagClassName
 {
   color: #99BC02;
 }
</style>

background-color css

<style>
 a { background-color: #99BC02; }

 a { background-color: rgb(153,188,2); }

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

border-color css

<style>
 span { border-color: #99BC02; }

 span { border-color: rgb(153,188,2); }

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