Html Css Color HEX #BDB848 Celery

📋 copy color: '#BDB848'

red 189 ◦ green 184 ◦ blue 72

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

Shades of Celery #BDB848

Tints of Celery #BDB848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.18%

R = 42.47%
G = 41.35%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BDB848 (or 0xBDB848) is known color: Celery. HEX triplet: BD, B8 and 48. RGB value is (189,184,72). Sum of RGB (Red+Green+Blue) = 189+184+72=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB848 is #4247B7. Grayscale: #ADADAD. Windows color (decimal): -4343736 or 4765885. OLE color: 4765885.

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

Color convert

RGB 189 184 72 -
CMYK 0 0.03 0.62 0.26
HSL 57.44º 0.47% 0.51% -
HSV(B) 57.44º 0.62% 0.74% -
XYZ 39.3 45.57 12.86 -
YUV 172.73 71.16 139.61 -
System Red Green Blue C M Y K H S L
Decimal 189 184 72 0 0.03 0.62 0.26 57.44 0.47 0.51
Hex BD B8 48 0 3 3E 1A 39 2F 33
Octal 275 270 110 0 3 76 32 71 57 63
Binary 10111101 10111000 1001000 0 11 111110 11010 111001 101111 110011

Color Harmonies of #BDB848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB848

Black with #BDB848

Text Example


Text Example

White with #BDB848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB848; }

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

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

background-color css

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

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

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

border-color css

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

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

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