Html Css Color HEX #BDBE50 Celery

📋 copy color: '#BDBE50'

red 189 ◦ green 190 ◦ blue 80

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

Shades of Celery #BDBE50

Tints of Celery #BDBE50

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.39%

 BLUE value IS 80 (31.64% from 255) = 17.43%

R = 41.18%
G = 41.39%
B = 17.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BDBE50 (or 0xBDBE50) is known color: Celery. HEX triplet: BD, BE and 50. RGB value is (189,190,80). Sum of RGB (Red+Green+Blue) = 189+190+80=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBE50 is #4241AF. Grayscale: #B1B1B1. Windows color (decimal): -4342192 or 5291709. OLE color: 5291709.

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

Color convert

RGB 189 190 80 -
CMYK 0.01 0 0.58 0.25
HSL 60.55º 0.46% 0.53% -
HSV(B) 60.55º 0.58% 0.75% -
XYZ 40.85 48.22 14.74 -
YUV 177.16 73.17 136.44 -
System Red Green Blue C M Y K H S L
Decimal 189 190 80 0.01 0 0.58 0.25 60.55 0.46 0.53
Hex BD BE 50 1 0 3A 19 3D 2E 35
Octal 275 276 120 1 0 72 31 75 56 65
Binary 10111101 10111110 1010000 1 0 111010 11001 111101 101110 110101

Color Harmonies of #BDBE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE50

Black with #BDBE50

Text Example


Text Example

White with #BDBE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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