Html Css Color HEX #99BA04 Citrus

📋 copy color: '#99BA04'

red 153 ◦ green 186 ◦ blue 4

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

Shades of Citrus #99BA04

Tints of Citrus #99BA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 44.61%
G = 54.23%
B = 1.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#99BA04 (or 0x99BA04) is known color: Citrus. HEX triplet: 99, BA and 04. RGB value is (153,186,4). Sum of RGB (Red+Green+Blue) = 153+186+4=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BA04 is #6645FB. Grayscale: #9C9C9C. Windows color (decimal): -6702588 or 309913. OLE color: 309913.

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

Color convert

RGB 153 186 4 -
CMYK 0.18 0 0.98 0.27
HSL 70.88º 0.96% 0.37% -
HSV(B) 70.88º 0.98% 0.73% -
XYZ 30.72 41.9 6.58 -
YUV 155.39 42.57 126.3 -
System Red Green Blue C M Y K H S L
Decimal 153 186 4 0.18 0 0.98 0.27 70.88 0.96 0.37
Hex 99 BA 4 12 0 62 1B 47 60 25
Octal 231 272 4 22 0 142 33 107 140 45
Binary 10011001 10111010 100 10010 0 1100010 11011 1000111 1100000 100101

Color Harmonies of #99BA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BA04

Black with #99BA04

Text Example


Text Example

White with #99BA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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