Html Css Color HEX #BDB949 Celery

📋 copy color: '#BDB949'

red 189 ◦ green 185 ◦ blue 73

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

Shades of Celery #BDB949

Tints of Celery #BDB949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.39%

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

R = 42.28%
G = 41.39%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BDB949 (or 0xBDB949) is known color: Celery. HEX triplet: BD, B9 and 49. RGB value is (189,185,73). Sum of RGB (Red+Green+Blue) = 189+185+73=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB949 is #4246B6. Grayscale: #ADADAD. Windows color (decimal): -4343479 or 4831677. OLE color: 4831677.

HSL color Cylindrical-coordinate representation of color #BDB949: hue angle of 57.93º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDB949 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 73 -
CMYK 0 0.02 0.61 0.26
HSL 57.93º 0.47% 0.51% -
HSV(B) 57.93º 0.61% 0.74% -
XYZ 39.54 46 13.1 -
YUV 173.43 71.33 139.11 -
System Red Green Blue C M Y K H S L
Decimal 189 185 73 0 0.02 0.61 0.26 57.93 0.47 0.51
Hex BD B9 49 0 2 3D 1A 3A 2F 33
Octal 275 271 111 0 2 75 32 72 57 63
Binary 10111101 10111001 1001001 0 10 111101 11010 111010 101111 110011

Color Harmonies of #BDB949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB949

Black with #BDB949

Text Example


Text Example

White with #BDB949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB949; }

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

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

background-color css

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

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

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

border-color css

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

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

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