Html Css Color HEX #BEBD41 Celery

📋 copy color: '#BEBD41'

red 190 ◦ green 189 ◦ blue 65

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

Shades of Celery #BEBD41

Tints of Celery #BEBD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.64%

R = 42.79%
G = 42.57%
B = 14.64%

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

#BEBD41 (or 0xBEBD41) is known color: Celery. HEX triplet: BE, BD and 41. RGB value is (190,189,65). Sum of RGB (Red+Green+Blue) = 190+189+65=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBD41 is #4142BE. Grayscale: #AFAFAF. Windows color (decimal): -4276927 or 4308414. OLE color: 4308414.

HSL color Cylindrical-coordinate representation of color #BEBD41: hue angle of 59.52º degrees, saturation: 0.49, 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 #BEBD41 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 189 65 -
CMYK 0 0.01 0.66 0.25
HSL 59.52º 0.49% 0.5% -
HSV(B) 59.52º 0.66% 0.75% -
XYZ 40.39 47.72 12.08 -
YUV 175.16 65.83 138.58 -
System Red Green Blue C M Y K H S L
Decimal 190 189 65 0 0.01 0.66 0.25 59.52 0.49 0.5
Hex BE BD 41 0 1 42 19 3C 31 32
Octal 276 275 101 0 1 102 31 74 61 62
Binary 10111110 10111101 1000001 0 1 1000010 11001 111100 110001 110010

Color Harmonies of #BEBD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD41

Black with #BEBD41

Text Example


Text Example

White with #BEBD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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