Html Css Color HEX #99B01D Citrus

📋 copy color: '#99B01D'

red 153 ◦ green 176 ◦ blue 29

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

Shades of Citrus #99B01D

Tints of Citrus #99B01D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.16%

 BLUE value IS 29 (11.72% from 255) = 8.1%

R = 42.74%
G = 49.16%
B = 8.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#99B01D (or 0x99B01D) is known color: Citrus. HEX triplet: 99, B0 and 1D. RGB value is (153,176,29). Sum of RGB (Red+Green+Blue) = 153+176+29=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 176 (69.14% from 255 or 49.16% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 176 - color contains mainly: green. Hex color #99B01D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99B01D is #664FE2. Grayscale: #989898. Windows color (decimal): -6705123 or 1945753. OLE color: 1945753.

HSL color Cylindrical-coordinate representation of color #99B01D: hue angle of 69.39º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99B01D is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 176 29 -
CMYK 0.13 0 0.84 0.31
HSL 69.39º 0.72% 0.4% -
HSV(B) 69.39º 0.84% 0.69% -
XYZ 28.88 37.91 6.96 -
YUV 152.37 58.38 128.45 -
System Red Green Blue C M Y K H S L
Decimal 153 176 29 0.13 0 0.84 0.31 69.39 0.72 0.4
Hex 99 B0 1D D 0 54 1F 45 48 28
Octal 231 260 35 15 0 124 37 105 110 50
Binary 10011001 10110000 11101 1101 0 1010100 11111 1000101 1001000 101000

Color Harmonies of #99B01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B01D

Black with #99B01D

Text Example


Text Example

White with #99B01D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,176,29); }

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

background-color css

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

 a { background-color: rgb(153,176,29); }

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

border-color css

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

 span { border-color: rgb(153,176,29); }

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