Html Css Color HEX #BDB846 Celery

📋 copy color: '#BDB846'

red 189 ◦ green 184 ◦ blue 70

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

Shades of Celery #BDB846

Tints of Celery #BDB846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.8%

R = 42.66%
G = 41.53%
B = 15.8%

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

#BDB846 (or 0xBDB846) is known color: Celery. HEX triplet: BD, B8 and 46. RGB value is (189,184,70). Sum of RGB (Red+Green+Blue) = 189+184+70=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB846 is #4247B9. Grayscale: #ACACAC. Windows color (decimal): -4343738 or 4634813. OLE color: 4634813.

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

Color convert

RGB 189 184 70 -
CMYK 0 0.03 0.63 0.26
HSL 57.48º 0.47% 0.51% -
HSV(B) 57.48º 0.63% 0.74% -
XYZ 39.23 45.54 12.52 -
YUV 172.5 70.16 139.77 -
System Red Green Blue C M Y K H S L
Decimal 189 184 70 0 0.03 0.63 0.26 57.48 0.47 0.51
Hex BD B8 46 0 3 3F 1A 39 2F 33
Octal 275 270 106 0 3 77 32 71 57 63
Binary 10111101 10111000 1000110 0 11 111111 11010 111001 101111 110011

Color Harmonies of #BDB846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB846

Black with #BDB846

Text Example


Text Example

White with #BDB846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB846; }

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

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

background-color css

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

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

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

border-color css

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

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

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