Html Css Color HEX #BDC249 Celery

📋 copy color: '#BDC249'

red 189 ◦ green 194 ◦ blue 73

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

Shades of Celery #BDC249

Tints of Celery #BDC249

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.54%

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

R = 41.45%
G = 42.54%
B = 16.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#BDC249 (or 0xBDC249) is known color: Celery. HEX triplet: BD, C2 and 49. RGB value is (189,194,73). Sum of RGB (Red+Green+Blue) = 189+194+73=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC249 is #423DB6. Grayscale: #B3B3B3. Windows color (decimal): -4341175 or 4833981. OLE color: 4833981.

HSL color Cylindrical-coordinate representation of color #BDC249: hue angle of 62.48º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDC249 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 73 -
CMYK 0.03 0 0.62 0.24
HSL 62.48º 0.5% 0.52% -
HSV(B) 62.48º 0.62% 0.76% -
XYZ 41.48 49.88 13.75 -
YUV 178.71 68.34 135.34 -
System Red Green Blue C M Y K H S L
Decimal 189 194 73 0.03 0 0.62 0.24 62.48 0.5 0.52
Hex BD C2 49 3 0 3E 18 3E 32 34
Octal 275 302 111 3 0 76 30 76 62 64
Binary 10111101 11000010 1001001 11 0 111110 11000 111110 110010 110100

Color Harmonies of #BDC249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC249

Black with #BDC249

Text Example


Text Example

White with #BDC249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC249; }

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

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

background-color css

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

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

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

border-color css

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

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

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