Html Css Color HEX #BCC642 Celery

📋 copy color: '#BCC642'

red 188 ◦ green 198 ◦ blue 66

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

Shades of Celery #BCC642

Tints of Celery #BCC642

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.81%

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

R = 41.59%
G = 43.81%
B = 14.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#BCC642 (or 0xBCC642) is known color: Celery. HEX triplet: BC, C6 and 42. RGB value is (188,198,66). Sum of RGB (Red+Green+Blue) = 188+198+66=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC642 is #4339BD. Grayscale: #B4B4B4. Windows color (decimal): -4405694 or 4376252. OLE color: 4376252.

HSL color Cylindrical-coordinate representation of color #BCC642: hue angle of 64.55º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCC642 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 66 -
CMYK 0.05 0 0.67 0.22
HSL 64.55º 0.54% 0.52% -
HSV(B) 64.55º 0.67% 0.78% -
XYZ 41.92 51.47 12.88 -
YUV 179.96 63.69 133.73 -
System Red Green Blue C M Y K H S L
Decimal 188 198 66 0.05 0 0.67 0.22 64.55 0.54 0.52
Hex BC C6 42 5 0 43 16 41 36 34
Octal 274 306 102 5 0 103 26 101 66 64
Binary 10111100 11000110 1000010 101 0 1000011 10110 1000001 110110 110100

Color Harmonies of #BCC642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC642

Black with #BCC642

Text Example


Text Example

White with #BCC642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC642; }

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

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

background-color css

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

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

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

border-color css

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

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

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