Html Css Color HEX #BDB93E Celery

📋 copy color: '#BDB93E'

red 189 ◦ green 185 ◦ blue 62

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

Shades of Celery #BDB93E

Tints of Celery #BDB93E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.22%

R = 43.35%
G = 42.43%
B = 14.22%

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

#BDB93E (or 0xBDB93E) is known color: Celery. HEX triplet: BD, B9 and 3E. RGB value is (189,185,62). Sum of RGB (Red+Green+Blue) = 189+185+62=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB93E is #4246C1. Grayscale: #ACACAC. Windows color (decimal): -4343490 or 4110781. OLE color: 4110781.

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

Color convert

RGB 189 185 62 -
CMYK 0 0.02 0.67 0.26
HSL 58.11º 0.51% 0.49% -
HSV(B) 58.11º 0.67% 0.74% -
XYZ 39.2 45.86 11.34 -
YUV 172.17 65.83 140 -
System Red Green Blue C M Y K H S L
Decimal 189 185 62 0 0.02 0.67 0.26 58.11 0.51 0.49
Hex BD B9 3E 0 2 43 1A 3A 33 31
Octal 275 271 76 0 2 103 32 72 63 61
Binary 10111101 10111001 111110 0 10 1000011 11010 111010 110011 110001

Color Harmonies of #BDB93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB93E

Black with #BDB93E

Text Example


Text Example

White with #BDB93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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