Html Css Color HEX #BCCD42 Celery

📋 copy color: '#BCCD42'

red 188 ◦ green 205 ◦ blue 66

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

Shades of Celery #BCCD42

Tints of Celery #BCCD42

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.66%

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

R = 40.96%
G = 44.66%
B = 14.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#BCCD42 (or 0xBCCD42) is known color: Celery. HEX triplet: BC, CD and 42. RGB value is (188,205,66). Sum of RGB (Red+Green+Blue) = 188+205+66=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD42 is #4332BD. Grayscale: #B8B8B8. Windows color (decimal): -4403902 or 4378044. OLE color: 4378044.

HSL color Cylindrical-coordinate representation of color #BCCD42: hue angle of 67.34º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCCD42 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 66 -
CMYK 0.08 0 0.68 0.20
HSL 67.34º 0.58% 0.53% -
HSV(B) 67.34º 0.68% 0.8% -
XYZ 43.55 54.75 13.43 -
YUV 184.07 61.37 130.8 -
System Red Green Blue C M Y K H S L
Decimal 188 205 66 0.08 0 0.68 0.20 67.34 0.58 0.53
Hex BC CD 42 8 0 44 14 43 3A 35
Octal 274 315 102 10 0 104 24 103 72 65
Binary 10111100 11001101 1000010 1000 0 1000100 10100 1000011 111010 110101

Color Harmonies of #BCCD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD42

Black with #BCCD42

Text Example


Text Example

White with #BCCD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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