Html Css Color HEX #BCCF49 Celery

📋 copy color: '#BCCF49'

red 188 ◦ green 207 ◦ blue 73

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

Shades of Celery #BCCF49

Tints of Celery #BCCF49

RGB

 RED value IS 188 (73.83% from 255) = 40.17%

 GREEN value IS 207 (81.25% from 255) = 44.23%

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

R = 40.17%
G = 44.23%
B = 15.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#BCCF49 (or 0xBCCF49) is known color: Celery. HEX triplet: BC, CF and 49. RGB value is (188,207,73). Sum of RGB (Red+Green+Blue) = 188+207+73=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF49 is #4330B6. Grayscale: #BABABA. Windows color (decimal): -4403383 or 4837308. OLE color: 4837308.

HSL color Cylindrical-coordinate representation of color #BCCF49: hue angle of 68.51º 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 #BCCF49 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 73 -
CMYK 0.09 0 0.65 0.19
HSL 68.51º 0.58% 0.55% -
HSV(B) 68.51º 0.65% 0.81% -
XYZ 44.25 55.8 14.74 -
YUV 186.04 64.21 129.4 -
System Red Green Blue C M Y K H S L
Decimal 188 207 73 0.09 0 0.65 0.19 68.51 0.58 0.55
Hex BC CF 49 9 0 41 13 45 3A 37
Octal 274 317 111 11 0 101 23 105 72 67
Binary 10111100 11001111 1001001 1001 0 1000001 10011 1000101 111010 110111

Color Harmonies of #BCCF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF49

Black with #BCCF49

Text Example


Text Example

White with #BCCF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF49; }

 p { color: rgb(188,207,73); }

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

background-color css

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

 a { background-color: rgb(188,207,73); }

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

border-color css

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

 span { border-color: rgb(188,207,73); }

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