Html Css Color HEX #BDCA48 Celery

📋 copy color: '#BDCA48'

red 189 ◦ green 202 ◦ blue 72

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

Shades of Celery #BDCA48

Tints of Celery #BDCA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.55%

R = 40.82%
G = 43.63%
B = 15.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#BDCA48 (or 0xBDCA48) is known color: Celery. HEX triplet: BD, CA and 48. RGB value is (189,202,72). Sum of RGB (Red+Green+Blue) = 189+202+72=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 72 (28.52% from 255 or 15.55% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCA48 is #4235B7. Grayscale: #B7B7B7. Windows color (decimal): -4339128 or 4770493. OLE color: 4770493.

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

Color convert

RGB 189 202 72 -
CMYK 0.06 0 0.64 0.21
HSL 66º 0.55% 0.54% -
HSV(B) 66º 0.64% 0.79% -
XYZ 43.28 53.53 14.18 -
YUV 183.29 65.19 132.07 -
System Red Green Blue C M Y K H S L
Decimal 189 202 72 0.06 0 0.64 0.21 66 0.55 0.54
Hex BD CA 48 6 0 40 15 42 37 36
Octal 275 312 110 6 0 100 25 102 67 66
Binary 10111101 11001010 1001000 110 0 1000000 10101 1000010 110111 110110

Color Harmonies of #BDCA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA48

Black with #BDCA48

Text Example


Text Example

White with #BDCA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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