Html Css Color HEX #99BA00 Citrus

📋 copy color: '#99BA00'

red 153 ◦ green 186 ◦ blue 0

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

Shades of Citrus #99BA00

Tints of Citrus #99BA00

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.13%
G = 54.87%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#99BA00 (or 0x99BA00) is known color: Citrus. HEX triplet: 99, BA and 00. RGB value is (153,186,0). Sum of RGB (Red+Green+Blue) = 153+186+0=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BA00 is #6645FF. Grayscale: #9B9B9B. Windows color (decimal): -6702592 or 47769. OLE color: 47769.

HSL color Cylindrical-coordinate representation of color #99BA00: hue angle of 70.65º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99BA00 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 186 0 -
CMYK 0.18 0 1 0.27
HSL 70.65º 1% 0.36% -
HSV(B) 70.65º 1% 0.73% -
XYZ 30.7 41.89 6.47 -
YUV 154.93 40.57 126.62 -
System Red Green Blue C M Y K H S L
Decimal 153 186 0 0.18 0 1 0.27 70.65 1 0.36
Hex 99 BA 0 12 0 64 1B 47 64 24
Octal 231 272 0 22 0 144 33 107 144 44
Binary 10011001 10111010 0 10010 0 1100100 11011 1000111 1100100 100100

Color Harmonies of #99BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BA00

Black with #99BA00

Text Example


Text Example

White with #99BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,186,0); }

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

background-color css

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

 a { background-color: rgb(153,186,0); }

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

border-color css

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

 span { border-color: rgb(153,186,0); }

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