Html Css Color HEX #99B406 Citrus

📋 copy color: '#99B406'

red 153 ◦ green 180 ◦ blue 6

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

Shades of Citrus #99B406

Tints of Citrus #99B406

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.1%

 BLUE value IS 6 (2.73% from 255) = 1.77%

R = 45.13%
G = 53.1%
B = 1.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#99B406 (or 0x99B406) is known color: Citrus. HEX triplet: 99, B4 and 06. RGB value is (153,180,6). Sum of RGB (Red+Green+Blue) = 153+180+6=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #99B406 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B406 is #664BF9. Grayscale: #989898. Windows color (decimal): -6704122 or 439449. OLE color: 439449.

HSL color Cylindrical-coordinate representation of color #99B406: hue angle of 69.31º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99B406 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 180 6 -
CMYK 0.15 0 0.97 0.29
HSL 69.31º 0.94% 0.36% -
HSV(B) 69.31º 0.97% 0.71% -
XYZ 29.49 39.43 6.23 -
YUV 152.09 45.55 128.65 -
System Red Green Blue C M Y K H S L
Decimal 153 180 6 0.15 0 0.97 0.29 69.31 0.94 0.36
Hex 99 B4 6 F 0 61 1D 45 5E 24
Octal 231 264 6 17 0 141 35 105 136 44
Binary 10011001 10110100 110 1111 0 1100001 11101 1000101 1011110 100100

Color Harmonies of #99B406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B406

Black with #99B406

Text Example


Text Example

White with #99B406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,180,6); }

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

background-color css

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

 a { background-color: rgb(153,180,6); }

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

border-color css

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

 span { border-color: rgb(153,180,6); }

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