Html Css Color HEX #99B615 Citrus

📋 copy color: '#99B615'

red 153 ◦ green 182 ◦ blue 21

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

Shades of Citrus #99B615

Tints of Citrus #99B615

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.12%

 BLUE value IS 21 (8.59% from 255) = 5.9%

R = 42.98%
G = 51.12%
B = 5.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#99B615 (or 0x99B615) is known color: Citrus. HEX triplet: 99, B6 and 15. RGB value is (153,182,21). Sum of RGB (Red+Green+Blue) = 153+182+21=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #99B615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B615 is #6649EA. Grayscale: #9B9B9B. Windows color (decimal): -6703595 or 1423001. OLE color: 1423001.

HSL color Cylindrical-coordinate representation of color #99B615: hue angle of 70.81º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99B615 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 182 21 -
CMYK 0.16 0 0.88 0.29
HSL 70.81º 0.79% 0.4% -
HSV(B) 70.81º 0.88% 0.71% -
XYZ 30 40.28 6.9 -
YUV 154.98 52.39 126.59 -
System Red Green Blue C M Y K H S L
Decimal 153 182 21 0.16 0 0.88 0.29 70.81 0.79 0.4
Hex 99 B6 15 10 0 58 1D 47 4F 28
Octal 231 266 25 20 0 130 35 107 117 50
Binary 10011001 10110110 10101 10000 0 1011000 11101 1000111 1001111 101000

Color Harmonies of #99B615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B615

Black with #99B615

Text Example


Text Example

White with #99B615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,182,21); }

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

background-color css

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

 a { background-color: rgb(153,182,21); }

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

border-color css

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

 span { border-color: rgb(153,182,21); }

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