Html Css Color HEX #BCC63A Celery

📋 copy color: '#BCC63A'

red 188 ◦ green 198 ◦ blue 58

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

Shades of Celery #BCC63A

Tints of Celery #BCC63A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.06%

R = 42.34%
G = 44.59%
B = 13.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#BCC63A (or 0xBCC63A) is known color: Celery. HEX triplet: BC, C6 and 3A. RGB value is (188,198,58). Sum of RGB (Red+Green+Blue) = 188+198+58=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 198 (77.73% from 255 or 44.59% from 444); Blue value is 58 (23.05% from 255 or 13.06% from 444); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC63A is #4339C5. Grayscale: #B3B3B3. Windows color (decimal): -4405702 or 3851964. OLE color: 3851964.

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

Color convert

RGB 188 198 58 -
CMYK 0.05 0 0.71 0.22
HSL 64.29º 0.55% 0.5% -
HSV(B) 64.29º 0.71% 0.78% -
XYZ 41.7 51.39 11.72 -
YUV 179.05 59.69 134.38 -
System Red Green Blue C M Y K H S L
Decimal 188 198 58 0.05 0 0.71 0.22 64.29 0.55 0.5
Hex BC C6 3A 5 0 47 16 40 37 32
Octal 274 306 72 5 0 107 26 100 67 62
Binary 10111100 11000110 111010 101 0 1000111 10110 1000000 110111 110010

Color Harmonies of #BCC63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC63A

Black with #BCC63A

Text Example


Text Example

White with #BCC63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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