Html Css Color HEX #BEBD45 Celery

📋 copy color: '#BEBD45'

red 190 ◦ green 189 ◦ blue 69

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

Shades of Celery #BEBD45

Tints of Celery #BEBD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.4%

R = 42.41%
G = 42.19%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BEBD45 (or 0xBEBD45) is known color: Celery. HEX triplet: BE, BD and 45. RGB value is (190,189,69). Sum of RGB (Red+Green+Blue) = 190+189+69=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBD45 is #4142BA. Grayscale: #B0B0B0. Windows color (decimal): -4276923 or 4570558. OLE color: 4570558.

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

Color convert

RGB 190 189 69 -
CMYK 0 0.01 0.64 0.25
HSL 59.5º 0.48% 0.51% -
HSV(B) 59.5º 0.64% 0.75% -
XYZ 40.51 47.77 12.72 -
YUV 175.62 67.83 138.26 -
System Red Green Blue C M Y K H S L
Decimal 190 189 69 0 0.01 0.64 0.25 59.5 0.48 0.51
Hex BE BD 45 0 1 40 19 3C 30 33
Octal 276 275 105 0 1 100 31 74 60 63
Binary 10111110 10111101 1000101 0 1 1000000 11001 111100 110000 110011

Color Harmonies of #BEBD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD45

Black with #BEBD45

Text Example


Text Example

White with #BEBD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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