Html Css Color HEX #BDB746 Celery

📋 copy color: '#BDB746'

red 189 ◦ green 183 ◦ blue 70

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

Shades of Celery #BDB746

Tints of Celery #BDB746

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.4%

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

R = 42.76%
G = 41.4%
B = 15.84%

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

#BDB746 (or 0xBDB746) is known color: Celery. HEX triplet: BD, B7 and 46. RGB value is (189,183,70). Sum of RGB (Red+Green+Blue) = 189+183+70=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB746 is #4248B9. Grayscale: #ACACAC. Windows color (decimal): -4343994 or 4634557. OLE color: 4634557.

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

Color convert

RGB 189 183 70 -
CMYK 0 0.03 0.63 0.26
HSL 56.97º 0.47% 0.51% -
HSV(B) 56.97º 0.63% 0.74% -
XYZ 39.03 45.13 12.45 -
YUV 171.91 70.49 140.19 -
System Red Green Blue C M Y K H S L
Decimal 189 183 70 0 0.03 0.63 0.26 56.97 0.47 0.51
Hex BD B7 46 0 3 3F 1A 39 2F 33
Octal 275 267 106 0 3 77 32 71 57 63
Binary 10111101 10110111 1000110 0 11 111111 11010 111001 101111 110011

Color Harmonies of #BDB746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB746

Black with #BDB746

Text Example


Text Example

White with #BDB746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB746; }

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

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

background-color css

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

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

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

border-color css

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

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

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