Html Css Color HEX #BDBA3E Celery

📋 copy color: '#BDBA3E'

red 189 ◦ green 186 ◦ blue 62

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

Shades of Celery #BDBA3E

Tints of Celery #BDBA3E

RGB

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

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

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

R = 43.25%
G = 42.56%
B = 14.19%

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

#BDBA3E (or 0xBDBA3E) is known color: Celery. HEX triplet: BD, BA and 3E. RGB value is (189,186,62). Sum of RGB (Red+Green+Blue) = 189+186+62=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 62 (24.61% from 255 or 14.19% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA3E is #4245C1. Grayscale: #ADADAD. Windows color (decimal): -4343234 or 4111037. OLE color: 4111037.

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

Color convert

RGB 189 186 62 -
CMYK 0 0.02 0.67 0.26
HSL 58.58º 0.51% 0.49% -
HSV(B) 58.58º 0.67% 0.74% -
XYZ 39.41 46.28 11.41 -
YUV 172.76 65.49 139.58 -
System Red Green Blue C M Y K H S L
Decimal 189 186 62 0 0.02 0.67 0.26 58.58 0.51 0.49
Hex BD BA 3E 0 2 43 1A 3B 33 31
Octal 275 272 76 0 2 103 32 73 63 61
Binary 10111101 10111010 111110 0 10 1000011 11010 111011 110011 110001

Color Harmonies of #BDBA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA3E

Black with #BDBA3E

Text Example


Text Example

White with #BDBA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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