Html Css Color HEX #BDC949 Celery

📋 copy color: '#BDC949'

red 189 ◦ green 201 ◦ blue 73

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

Shades of Celery #BDC949

Tints of Celery #BDC949

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.41%

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

R = 40.82%
G = 43.41%
B = 15.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#BDC949 (or 0xBDC949) is known color: Celery. HEX triplet: BD, C9 and 49. RGB value is (189,201,73). Sum of RGB (Red+Green+Blue) = 189+201+73=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC949 is #4236B6. Grayscale: #B7B7B7. Windows color (decimal): -4339383 or 4835773. OLE color: 4835773.

HSL color Cylindrical-coordinate representation of color #BDC949: hue angle of 65.62º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDC949 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 73 -
CMYK 0.06 0 0.64 0.21
HSL 65.63º 0.54% 0.54% -
HSV(B) 65.63º 0.64% 0.79% -
XYZ 43.08 53.07 14.28 -
YUV 182.82 66.02 132.41 -
System Red Green Blue C M Y K H S L
Decimal 189 201 73 0.06 0 0.64 0.21 65.63 0.54 0.54
Hex BD C9 49 6 0 40 15 42 36 36
Octal 275 311 111 6 0 100 25 102 66 66
Binary 10111101 11001001 1001001 110 0 1000000 10101 1000010 110110 110110

Color Harmonies of #BDC949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC949

Black with #BDC949

Text Example


Text Example

White with #BDC949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC949; }

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

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

background-color css

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

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

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

border-color css

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

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

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