Html Css Color HEX #BEBD40 Celery

📋 copy color: '#BEBD40'

red 190 ◦ green 189 ◦ blue 64

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

Shades of Celery #BEBD40

Tints of Celery #BEBD40

RGB

 RED value IS 190 (74.61% from 255) = 42.89%

 GREEN value IS 189 (74.22% from 255) = 42.66%

 BLUE value IS 64 (25.39% from 255) = 14.45%

R = 42.89%
G = 42.66%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BEBD40 (or 0xBEBD40) is known color: Celery. HEX triplet: BE, BD and 40. RGB value is (190,189,64). Sum of RGB (Red+Green+Blue) = 190+189+64=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBD40 is #4142BF. Grayscale: #AFAFAF. Windows color (decimal): -4276928 or 4242878. OLE color: 4242878.

HSL color Cylindrical-coordinate representation of color #BEBD40: hue angle of 59.52º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEBD40 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 189 64 -
CMYK 0 0.01 0.66 0.25
HSL 59.52º 0.5% 0.5% -
HSV(B) 59.52º 0.66% 0.75% -
XYZ 40.36 47.71 11.93 -
YUV 175.05 65.33 138.66 -
System Red Green Blue C M Y K H S L
Decimal 190 189 64 0 0.01 0.66 0.25 59.52 0.5 0.5
Hex BE BD 40 0 1 42 19 3C 32 32
Octal 276 275 100 0 1 102 31 74 62 62
Binary 10111110 10111101 1000000 0 1 1000010 11001 111100 110010 110010

Color Harmonies of #BEBD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD40

Black with #BEBD40

Text Example


Text Example

White with #BEBD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD40; }

 p { color: rgb(190,189,64); }

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

background-color css

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

 a { background-color: rgb(190,189,64); }

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

border-color css

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

 span { border-color: rgb(190,189,64); }

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