Html Css Color HEX #BDB945 Celery

📋 copy color: '#BDB945'

red 189 ◦ green 185 ◦ blue 69

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

Shades of Celery #BDB945

Tints of Celery #BDB945

RGB

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

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

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

R = 42.66%
G = 41.76%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BDB945 (or 0xBDB945) is known color: Celery. HEX triplet: BD, B9 and 45. RGB value is (189,185,69). Sum of RGB (Red+Green+Blue) = 189+185+69=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB945 is #4246BA. Grayscale: #ADADAD. Windows color (decimal): -4343483 or 4569533. OLE color: 4569533.

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

Color convert

RGB 189 185 69 -
CMYK 0 0.02 0.63 0.26
HSL 58º 0.48% 0.51% -
HSV(B) 58º 0.63% 0.74% -
XYZ 39.41 45.95 12.42 -
YUV 172.97 69.33 139.43 -
System Red Green Blue C M Y K H S L
Decimal 189 185 69 0 0.02 0.63 0.26 58 0.48 0.51
Hex BD B9 45 0 2 3F 1A 3A 30 33
Octal 275 271 105 0 2 77 32 72 60 63
Binary 10111101 10111001 1000101 0 10 111111 11010 111010 110000 110011

Color Harmonies of #BDB945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB945

Black with #BDB945

Text Example


Text Example

White with #BDB945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB945; }

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

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

background-color css

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

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

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

border-color css

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

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

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