Html Css Color HEX #99B80E Citrus

📋 copy color: '#99B80E'

red 153 ◦ green 184 ◦ blue 14

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

Shades of Citrus #99B80E

Tints of Citrus #99B80E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.42%

 BLUE value IS 14 (5.86% from 255) = 3.99%

R = 43.59%
G = 52.42%
B = 3.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#99B80E (or 0x99B80E) is known color: Citrus. HEX triplet: 99, B8 and 0E. RGB value is (153,184,14). Sum of RGB (Red+Green+Blue) = 153+184+14=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 184 (72.27% from 255 or 52.42% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 184 - color contains mainly: green. Hex color #99B80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B80E is #6647F1. Grayscale: #9B9B9B. Windows color (decimal): -6703090 or 964761. OLE color: 964761.

HSL color Cylindrical-coordinate representation of color #99B80E: hue angle of 70.94º degrees, saturation: 0.86, 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 #99B80E is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 153 184 14 -
CMYK 0.17 0 0.92 0.28
HSL 70.94º 0.86% 0.39% -
HSV(B) 70.94º 0.92% 0.72% -
XYZ 30.36 41.08 6.75 -
YUV 155.35 48.23 126.32 -
System Red Green Blue C M Y K H S L
Decimal 153 184 14 0.17 0 0.92 0.28 70.94 0.86 0.39
Hex 99 B8 E 11 0 5C 1C 47 56 27
Octal 231 270 16 21 0 134 34 107 126 47
Binary 10011001 10111000 1110 10001 0 1011100 11100 1000111 1010110 100111

Color Harmonies of #99B80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B80E

Black with #99B80E

Text Example


Text Example

White with #99B80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,184,14); }

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

background-color css

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

 a { background-color: rgb(153,184,14); }

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

border-color css

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

 span { border-color: rgb(153,184,14); }

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