Html Css Color HEX #BCC041 Celery

📋 copy color: '#BCC041'

red 188 ◦ green 192 ◦ blue 65

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

Shades of Celery #BCC041

Tints of Celery #BCC041

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.15%

 BLUE value IS 65 (25.78% from 255) = 14.61%

R = 42.25%
G = 43.15%
B = 14.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BCC041 (or 0xBCC041) is known color: Celery. HEX triplet: BC, C0 and 41. RGB value is (188,192,65). Sum of RGB (Red+Green+Blue) = 188+192+65=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC041 is #433FBE. Grayscale: #B0B0B0. Windows color (decimal): -4407231 or 4309180. OLE color: 4309180.

HSL color Cylindrical-coordinate representation of color #BCC041: hue angle of 61.89º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCC041 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 65 -
CMYK 0.02 0 0.66 0.25
HSL 61.89º 0.5% 0.5% -
HSV(B) 61.89º 0.66% 0.75% -
XYZ 40.54 48.77 12.28 -
YUV 176.33 65.17 136.33 -
System Red Green Blue C M Y K H S L
Decimal 188 192 65 0.02 0 0.66 0.25 61.89 0.5 0.5
Hex BC C0 41 2 0 42 19 3E 32 32
Octal 274 300 101 2 0 102 31 76 62 62
Binary 10111100 11000000 1000001 10 0 1000010 11001 111110 110010 110010

Color Harmonies of #BCC041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC041

Black with #BCC041

Text Example


Text Example

White with #BCC041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC041; }

 p { color: rgb(188,192,65); }

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

background-color css

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

 a { background-color: rgb(188,192,65); }

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

border-color css

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

 span { border-color: rgb(188,192,65); }

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