Html Css Color HEX #99B70F Citrus

📋 copy color: '#99B70F'

red 153 ◦ green 183 ◦ blue 15

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

Shades of Citrus #99B70F

Tints of Citrus #99B70F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.14%

 BLUE value IS 15 (6.25% from 255) = 4.27%

R = 43.59%
G = 52.14%
B = 4.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#99B70F (or 0x99B70F) is known color: Citrus. HEX triplet: 99, B7 and 0F. RGB value is (153,183,15). Sum of RGB (Red+Green+Blue) = 153+183+15=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 183 (71.88% from 255 or 52.14% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 183 - color contains mainly: green. Hex color #99B70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B70F is #6648F0. Grayscale: #9B9B9B. Windows color (decimal): -6703345 or 1030041. OLE color: 1030041.

HSL color Cylindrical-coordinate representation of color #99B70F: hue angle of 70.71º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99B70F is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 153 183 15 -
CMYK 0.16 0 0.92 0.28
HSL 70.71º 0.85% 0.39% -
HSV(B) 70.71º 0.92% 0.72% -
XYZ 30.16 40.67 6.71 -
YUV 154.88 49.06 126.66 -
System Red Green Blue C M Y K H S L
Decimal 153 183 15 0.16 0 0.92 0.28 70.71 0.85 0.39
Hex 99 B7 F 10 0 5C 1C 47 55 27
Octal 231 267 17 20 0 134 34 107 125 47
Binary 10011001 10110111 1111 10000 0 1011100 11100 1000111 1010101 100111

Color Harmonies of #99B70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B70F

Black with #99B70F

Text Example


Text Example

White with #99B70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,183,15); }

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

background-color css

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

 a { background-color: rgb(153,183,15); }

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

border-color css

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

 span { border-color: rgb(153,183,15); }

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