Html Css Color HEX #99BD09 Citrus

📋 copy color: '#99BD09'

red 153 ◦ green 189 ◦ blue 9

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

Shades of Citrus #99BD09

Tints of Citrus #99BD09

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.85%

 BLUE value IS 9 (3.91% from 255) = 2.56%

R = 43.59%
G = 53.85%
B = 2.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#99BD09 (or 0x99BD09) is known color: Citrus. HEX triplet: 99, BD and 09. RGB value is (153,189,9). Sum of RGB (Red+Green+Blue) = 153+189+9=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 189 (74.22% from 255 or 53.85% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BD09 is #6642F6. Grayscale: #9E9E9E. Windows color (decimal): -6701815 or 638361. OLE color: 638361.

HSL color Cylindrical-coordinate representation of color #99BD09: hue angle of 72º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99BD09 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 189 9 -
CMYK 0.19 0 0.95 0.26
HSL 72º 0.91% 0.39% -
HSV(B) 72º 0.95% 0.74% -
XYZ 31.38 43.19 6.94 -
YUV 157.72 44.07 124.64 -
System Red Green Blue C M Y K H S L
Decimal 153 189 9 0.19 0 0.95 0.26 72 0.91 0.39
Hex 99 BD 9 13 0 5F 1A 48 5B 27
Octal 231 275 11 23 0 137 32 110 133 47
Binary 10011001 10111101 1001 10011 0 1011111 11010 1001000 1011011 100111

Color Harmonies of #99BD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BD09

Black with #99BD09

Text Example


Text Example

White with #99BD09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,189,9); }

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

background-color css

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

 a { background-color: rgb(153,189,9); }

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

border-color css

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

 span { border-color: rgb(153,189,9); }

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