Html Css Color HEX #BDBA46 Celery

📋 copy color: '#BDBA46'

red 189 ◦ green 186 ◦ blue 70

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

Shades of Celery #BDBA46

Tints of Celery #BDBA46

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.8%

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

R = 42.47%
G = 41.8%
B = 15.73%

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

#BDBA46 (or 0xBDBA46) is known color: Celery. HEX triplet: BD, BA and 46. RGB value is (189,186,70). Sum of RGB (Red+Green+Blue) = 189+186+70=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 70 (27.73% from 255 or 15.73% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA46 is #4245B9. Grayscale: #AEAEAE. Windows color (decimal): -4343226 or 4635325. OLE color: 4635325.

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

Color convert

RGB 189 186 70 -
CMYK 0 0.02 0.63 0.26
HSL 58.49º 0.47% 0.51% -
HSV(B) 58.49º 0.63% 0.74% -
XYZ 39.65 46.38 12.66 -
YUV 173.67 69.49 138.93 -
System Red Green Blue C M Y K H S L
Decimal 189 186 70 0 0.02 0.63 0.26 58.49 0.47 0.51
Hex BD BA 46 0 2 3F 1A 3A 2F 33
Octal 275 272 106 0 2 77 32 72 57 63
Binary 10111101 10111010 1000110 0 10 111111 11010 111010 101111 110011

Color Harmonies of #BDBA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA46

Black with #BDBA46

Text Example


Text Example

White with #BDBA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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