Html Css Color HEX #BDCA51 Celery

📋 copy color: '#BDCA51'

red 189 ◦ green 202 ◦ blue 81

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

Shades of Celery #BDCA51

Tints of Celery #BDCA51

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.8%

 BLUE value IS 81 (32.03% from 255) = 17.16%

R = 40.04%
G = 42.8%
B = 17.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#BDCA51 (or 0xBDCA51) is known color: Celery. HEX triplet: BD, CA and 51. RGB value is (189,202,81). Sum of RGB (Red+Green+Blue) = 189+202+81=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 81 (32.03% from 255 or 17.16% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA51 is #4235AE. Grayscale: #B8B8B8. Windows color (decimal): -4339119 or 5360317. OLE color: 5360317.

HSL color Cylindrical-coordinate representation of color #BDCA51: hue angle of 66.45º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDCA51 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 81 -
CMYK 0.06 0 0.60 0.21
HSL 66.45º 0.53% 0.55% -
HSV(B) 66.45º 0.6% 0.79% -
XYZ 43.59 53.65 15.84 -
YUV 184.32 69.69 131.34 -
System Red Green Blue C M Y K H S L
Decimal 189 202 81 0.06 0 0.60 0.21 66.45 0.53 0.55
Hex BD CA 51 6 0 3C 15 42 35 37
Octal 275 312 121 6 0 74 25 102 65 67
Binary 10111101 11001010 1010001 110 0 111100 10101 1000010 110101 110111

Color Harmonies of #BDCA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA51

Black with #BDCA51

Text Example


Text Example

White with #BDCA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA51; }

 p { color: rgb(189,202,81); }

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

background-color css

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

 a { background-color: rgb(189,202,81); }

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

border-color css

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

 span { border-color: rgb(189,202,81); }

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