Html Css Color HEX #BDB845 Celery

📋 copy color: '#BDB845'

red 189 ◦ green 184 ◦ blue 69

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

Shades of Celery #BDB845

Tints of Celery #BDB845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.61%

R = 42.76%
G = 41.63%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BDB845 (or 0xBDB845) is known color: Celery. HEX triplet: BD, B8 and 45. RGB value is (189,184,69). Sum of RGB (Red+Green+Blue) = 189+184+69=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 69 (27.34% from 255 or 15.61% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB845 is #4247BA. Grayscale: #ACACAC. Windows color (decimal): -4343739 or 4569277. OLE color: 4569277.

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

Color convert

RGB 189 184 69 -
CMYK 0 0.03 0.63 0.26
HSL 57.5º 0.48% 0.51% -
HSV(B) 57.5º 0.63% 0.74% -
XYZ 39.2 45.53 12.35 -
YUV 172.39 69.66 139.85 -
System Red Green Blue C M Y K H S L
Decimal 189 184 69 0 0.03 0.63 0.26 57.5 0.48 0.51
Hex BD B8 45 0 3 3F 1A 3A 30 33
Octal 275 270 105 0 3 77 32 72 60 63
Binary 10111101 10111000 1000101 0 11 111111 11010 111010 110000 110011

Color Harmonies of #BDB845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB845

Black with #BDB845

Text Example


Text Example

White with #BDB845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB845; }

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

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

background-color css

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

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

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

border-color css

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

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

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