Html Css Color HEX #BDB849 Celery

📋 copy color: '#BDB849'

red 189 ◦ green 184 ◦ blue 73

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

Shades of Celery #BDB849

Tints of Celery #BDB849

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.26%

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

R = 42.38%
G = 41.26%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BDB849 (or 0xBDB849) is known color: Celery. HEX triplet: BD, B8 and 49. RGB value is (189,184,73). Sum of RGB (Red+Green+Blue) = 189+184+73=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB849 is #4247B6. Grayscale: #ADADAD. Windows color (decimal): -4343735 or 4831421. OLE color: 4831421.

HSL color Cylindrical-coordinate representation of color #BDB849: hue angle of 57.41º 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 #BDB849 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 184 73 -
CMYK 0 0.03 0.61 0.26
HSL 57.41º 0.47% 0.51% -
HSV(B) 57.41º 0.61% 0.74% -
XYZ 39.33 45.58 13.03 -
YUV 172.84 71.66 139.53 -
System Red Green Blue C M Y K H S L
Decimal 189 184 73 0 0.03 0.61 0.26 57.41 0.47 0.51
Hex BD B8 49 0 3 3D 1A 39 2F 33
Octal 275 270 111 0 3 75 32 71 57 63
Binary 10111101 10111000 1001001 0 11 111101 11010 111001 101111 110011

Color Harmonies of #BDB849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB849

Black with #BDB849

Text Example


Text Example

White with #BDB849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB849; }

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

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

background-color css

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

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

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

border-color css

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

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

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