Html Css Color HEX #BDD049 Celery

📋 copy color: '#BDD049'

red 189 ◦ green 208 ◦ blue 73

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

Shades of Celery #BDD049

Tints of Celery #BDD049

RGB

 RED value IS 189 (74.22% from 255) = 40.21%

 GREEN value IS 208 (81.64% from 255) = 44.26%

 BLUE value IS 73 (28.91% from 255) = 15.53%

R = 40.21%
G = 44.26%
B = 15.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#BDD049 (or 0xBDD049) is known color: Celery. HEX triplet: BD, D0 and 49. RGB value is (189,208,73). Sum of RGB (Red+Green+Blue) = 189+208+73=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD049 is #422FB6. Grayscale: #BBBBBB. Windows color (decimal): -4337591 or 4837565. OLE color: 4837565.

HSL color Cylindrical-coordinate representation of color #BDD049: hue angle of 68.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDD049 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 73 -
CMYK 0.09 0 0.65 0.18
HSL 68.44º 0.59% 0.55% -
HSV(B) 68.44º 0.65% 0.82% -
XYZ 44.74 56.41 14.83 -
YUV 186.93 63.71 129.48 -
System Red Green Blue C M Y K H S L
Decimal 189 208 73 0.09 0 0.65 0.18 68.44 0.59 0.55
Hex BD D0 49 9 0 41 12 44 3B 37
Octal 275 320 111 11 0 101 22 104 73 67
Binary 10111101 11010000 1001001 1001 0 1000001 10010 1000100 111011 110111

Color Harmonies of #BDD049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD049

Black with #BDD049

Text Example


Text Example

White with #BDD049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD049; }

 p { color: rgb(189,208,73); }

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

background-color css

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

 a { background-color: rgb(189,208,73); }

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

border-color css

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

 span { border-color: rgb(189,208,73); }

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