Html Css Color HEX #BDCE49 Celery

📋 copy color: '#BDCE49'

red 189 ◦ green 206 ◦ blue 73

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

Shades of Celery #BDCE49

Tints of Celery #BDCE49

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.02%

 BLUE value IS 73 (28.91% from 255) = 15.6%

R = 40.38%
G = 44.02%
B = 15.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#BDCE49 (or 0xBDCE49) is known color: Celery. HEX triplet: BD, CE and 49. RGB value is (189,206,73). Sum of RGB (Red+Green+Blue) = 189+206+73=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCE49 is #4231B6. Grayscale: #BABABA. Windows color (decimal): -4338103 or 4837053. OLE color: 4837053.

HSL color Cylindrical-coordinate representation of color #BDCE49: hue angle of 67.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDCE49 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 206 73 -
CMYK 0.08 0 0.65 0.19
HSL 67.67º 0.58% 0.55% -
HSV(B) 67.67º 0.65% 0.81% -
XYZ 44.26 55.44 14.67 -
YUV 185.76 64.37 130.31 -
System Red Green Blue C M Y K H S L
Decimal 189 206 73 0.08 0 0.65 0.19 67.67 0.58 0.55
Hex BD CE 49 8 0 41 13 44 3A 37
Octal 275 316 111 10 0 101 23 104 72 67
Binary 10111101 11001110 1001001 1000 0 1000001 10011 1000100 111010 110111

Color Harmonies of #BDCE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCE49

Black with #BDCE49

Text Example


Text Example

White with #BDCE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCE49; }

 p { color: rgb(189,206,73); }

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

background-color css

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

 a { background-color: rgb(189,206,73); }

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

border-color css

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

 span { border-color: rgb(189,206,73); }

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