Html Css Color HEX #BDBE52 Celery

📋 copy color: '#BDBE52'

red 189 ◦ green 190 ◦ blue 82

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

Shades of Celery #BDBE52

Tints of Celery #BDBE52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.79%

R = 41%
G = 41.21%
B = 17.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BDBE52 (or 0xBDBE52) is known color: Celery. HEX triplet: BD, BE and 52. RGB value is (189,190,82). Sum of RGB (Red+Green+Blue) = 189+190+82=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBE52 is #4241AD. Grayscale: #B1B1B1. Windows color (decimal): -4342190 or 5422781. OLE color: 5422781.

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

Color convert

RGB 189 190 82 -
CMYK 0.01 0 0.57 0.25
HSL 60.56º 0.45% 0.53% -
HSV(B) 60.56º 0.57% 0.75% -
XYZ 40.92 48.25 15.14 -
YUV 177.39 74.17 136.28 -
System Red Green Blue C M Y K H S L
Decimal 189 190 82 0.01 0 0.57 0.25 60.56 0.45 0.53
Hex BD BE 52 1 0 39 19 3D 2D 35
Octal 275 276 122 1 0 71 31 75 55 65
Binary 10111101 10111110 1010010 1 0 111001 11001 111101 101101 110101

Color Harmonies of #BDBE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE52

Black with #BDBE52

Text Example


Text Example

White with #BDBE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE52; }

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

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

background-color css

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

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

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

border-color css

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

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

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