Html Css Color HEX #BCC948 Celery

📋 copy color: '#BCC948'

red 188 ◦ green 201 ◦ blue 72

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

Shades of Celery #BCC948

Tints of Celery #BCC948

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.6%

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

R = 40.78%
G = 43.6%
B = 15.62%

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

#BCC948 (or 0xBCC948) is known color: Celery. HEX triplet: BC, C9 and 48. RGB value is (188,201,72). Sum of RGB (Red+Green+Blue) = 188+201+72=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC948 is #4336B7. Grayscale: #B6B6B6. Windows color (decimal): -4404920 or 4770236. OLE color: 4770236.

HSL color Cylindrical-coordinate representation of color #BCC948: hue angle of 66.05º degrees, saturation: 0.54, 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 #BCC948 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 201 72 -
CMYK 0.06 0 0.64 0.21
HSL 66.05º 0.54% 0.54% -
HSV(B) 66.05º 0.64% 0.79% -
XYZ 42.8 52.93 14.09 -
YUV 182.41 65.69 131.99 -
System Red Green Blue C M Y K H S L
Decimal 188 201 72 0.06 0 0.64 0.21 66.05 0.54 0.54
Hex BC C9 48 6 0 40 15 42 36 36
Octal 274 311 110 6 0 100 25 102 66 66
Binary 10111100 11001001 1001000 110 0 1000000 10101 1000010 110110 110110

Color Harmonies of #BCC948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC948

Black with #BCC948

Text Example


Text Example

White with #BCC948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC948; }

 p { color: rgb(188,201,72); }

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

background-color css

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

 a { background-color: rgb(188,201,72); }

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

border-color css

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

 span { border-color: rgb(188,201,72); }

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