Html Css Color HEX #BCC149 Celery

📋 copy color: '#BCC149'

red 188 ◦ green 193 ◦ blue 73

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

Shades of Celery #BCC149

Tints of Celery #BCC149

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.51%

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

R = 41.41%
G = 42.51%
B = 16.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#BCC149 (or 0xBCC149) is known color: Celery. HEX triplet: BC, C1 and 49. RGB value is (188,193,73). Sum of RGB (Red+Green+Blue) = 188+193+73=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC149 is #433EB6. Grayscale: #B2B2B2. Windows color (decimal): -4406967 or 4833724. OLE color: 4833724.

HSL color Cylindrical-coordinate representation of color #BCC149: hue angle of 62.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCC149 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 193 73 -
CMYK 0.03 0 0.62 0.24
HSL 62.5º 0.49% 0.52% -
HSV(B) 62.5º 0.62% 0.76% -
XYZ 41.01 49.31 13.66 -
YUV 177.83 68.84 135.26 -
System Red Green Blue C M Y K H S L
Decimal 188 193 73 0.03 0 0.62 0.24 62.5 0.49 0.52
Hex BC C1 49 3 0 3E 18 3F 31 34
Octal 274 301 111 3 0 76 30 77 61 64
Binary 10111100 11000001 1001001 11 0 111110 11000 111111 110001 110100

Color Harmonies of #BCC149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC149

Black with #BCC149

Text Example


Text Example

White with #BCC149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC149; }

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

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

background-color css

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

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

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

border-color css

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

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

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