Html Css Color HEX #BDB93F Celery

📋 copy color: '#BDB93F'

red 189 ◦ green 185 ◦ blue 63

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

Shades of Celery #BDB93F

Tints of Celery #BDB93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.42%

R = 43.25%
G = 42.33%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BDB93F (or 0xBDB93F) is known color: Celery. HEX triplet: BD, B9 and 3F. RGB value is (189,185,63). Sum of RGB (Red+Green+Blue) = 189+185+63=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB93F is #4246C0. Grayscale: #ACACAC. Windows color (decimal): -4343489 or 4176317. OLE color: 4176317.

HSL color Cylindrical-coordinate representation of color #BDB93F: hue angle of 58.1º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDB93F is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 63 -
CMYK 0 0.02 0.67 0.26
HSL 58.1º 0.5% 0.49% -
HSV(B) 58.1º 0.67% 0.74% -
XYZ 39.23 45.88 11.49 -
YUV 172.29 66.33 139.92 -
System Red Green Blue C M Y K H S L
Decimal 189 185 63 0 0.02 0.67 0.26 58.1 0.5 0.49
Hex BD B9 3F 0 2 43 1A 3A 32 31
Octal 275 271 77 0 2 103 32 72 62 61
Binary 10111101 10111001 111111 0 10 1000011 11010 111010 110010 110001

Color Harmonies of #BDB93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB93F

Black with #BDB93F

Text Example


Text Example

White with #BDB93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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