Html Css Color HEX #99BB01 Citrus

📋 copy color: '#99BB01'

red 153 ◦ green 187 ◦ blue 1

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

Shades of Citrus #99BB01

Tints of Citrus #99BB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 44.87%
G = 54.84%
B = 0.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#99BB01 (or 0x99BB01) is known color: Citrus. HEX triplet: 99, BB and 01. RGB value is (153,187,1). Sum of RGB (Red+Green+Blue) = 153+187+1=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 187 (73.44% from 255 or 54.84% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BB01 is #6644FE. Grayscale: #9C9C9C. Windows color (decimal): -6702335 or 113561. OLE color: 113561.

HSL color Cylindrical-coordinate representation of color #99BB01: hue angle of 70.97º degrees, saturation: 0.99, 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 #99BB01 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 187 1 -
CMYK 0.18 0 0.99 0.27
HSL 70.97º 0.99% 0.37% -
HSV(B) 70.97º 0.99% 0.73% -
XYZ 30.91 42.32 6.57 -
YUV 155.63 40.74 126.12 -
System Red Green Blue C M Y K H S L
Decimal 153 187 1 0.18 0 0.99 0.27 70.97 0.99 0.37
Hex 99 BB 1 12 0 63 1B 47 63 25
Octal 231 273 1 22 0 143 33 107 143 45
Binary 10011001 10111011 1 10010 0 1100011 11011 1000111 1100011 100101

Color Harmonies of #99BB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BB01

Black with #99BB01

Text Example


Text Example

White with #99BB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,187,1); }

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

background-color css

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

 a { background-color: rgb(153,187,1); }

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

border-color css

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

 span { border-color: rgb(153,187,1); }

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