Html Css Color HEX #BCC242 Celery

📋 copy color: '#BCC242'

red 188 ◦ green 194 ◦ blue 66

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

Shades of Celery #BCC242

Tints of Celery #BCC242

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.3%

 BLUE value IS 66 (26.17% from 255) = 14.73%

R = 41.96%
G = 43.3%
B = 14.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#BCC242 (or 0xBCC242) is known color: Celery. HEX triplet: BC, C2 and 42. RGB value is (188,194,66). Sum of RGB (Red+Green+Blue) = 188+194+66=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC242 is #433DBD. Grayscale: #B2B2B2. Windows color (decimal): -4406718 or 4375228. OLE color: 4375228.

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

Color convert

RGB 188 194 66 -
CMYK 0.03 0 0.66 0.24
HSL 62.81º 0.51% 0.51% -
HSV(B) 62.81º 0.66% 0.76% -
XYZ 41.01 49.67 12.58 -
YUV 177.61 65.01 135.41 -
System Red Green Blue C M Y K H S L
Decimal 188 194 66 0.03 0 0.66 0.24 62.81 0.51 0.51
Hex BC C2 42 3 0 42 18 3F 33 33
Octal 274 302 102 3 0 102 30 77 63 63
Binary 10111100 11000010 1000010 11 0 1000010 11000 111111 110011 110011

Color Harmonies of #BCC242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC242

Black with #BCC242

Text Example


Text Example

White with #BCC242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC242; }

 p { color: rgb(188,194,66); }

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

background-color css

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

 a { background-color: rgb(188,194,66); }

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

border-color css

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

 span { border-color: rgb(188,194,66); }

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