Html Css Color HEX #BDC049 Celery

📋 copy color: '#BDC049'

red 189 ◦ green 192 ◦ blue 73

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

Shades of Celery #BDC049

Tints of Celery #BDC049

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.29%

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

R = 41.63%
G = 42.29%
B = 16.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BDC049 (or 0xBDC049) is known color: Celery. HEX triplet: BD, C0 and 49. RGB value is (189,192,73). Sum of RGB (Red+Green+Blue) = 189+192+73=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC049 is #423FB6. Grayscale: #B2B2B2. Windows color (decimal): -4341687 or 4833469. OLE color: 4833469.

HSL color Cylindrical-coordinate representation of color #BDC049: hue angle of 61.51º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDC049 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 73 -
CMYK 0.02 0 0.62 0.25
HSL 61.51º 0.49% 0.52% -
HSV(B) 61.51º 0.62% 0.75% -
XYZ 41.04 49 13.6 -
YUV 177.54 69.01 136.18 -
System Red Green Blue C M Y K H S L
Decimal 189 192 73 0.02 0 0.62 0.25 61.51 0.49 0.52
Hex BD C0 49 2 0 3E 19 3E 31 34
Octal 275 300 111 2 0 76 31 76 61 64
Binary 10111101 11000000 1001001 10 0 111110 11001 111110 110001 110100

Color Harmonies of #BDC049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC049

Black with #BDC049

Text Example


Text Example

White with #BDC049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC049; }

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

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

background-color css

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

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

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

border-color css

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

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

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