Html Css Color HEX #BCCD40 Las Palmas

📋 copy color: '#BCCD40'

red 188 ◦ green 205 ◦ blue 64

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

Shades of Las Palmas #BCCD40

Tints of Las Palmas #BCCD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14%

R = 41.14%
G = 44.86%
B = 14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#BCCD40 (or 0xBCCD40) is known color: Las Palmas. HEX triplet: BC, CD and 40. RGB value is (188,205,64). Sum of RGB (Red+Green+Blue) = 188+205+64=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD40 is #4332BF. Grayscale: #B8B8B8. Windows color (decimal): -4403904 or 4246972. OLE color: 4246972.

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

Color convert

RGB 188 205 64 -
CMYK 0.08 0 0.69 0.20
HSL 67.23º 0.59% 0.53% -
HSV(B) 67.23º 0.69% 0.8% -
XYZ 43.5 54.72 13.12 -
YUV 183.84 60.37 130.96 -
System Red Green Blue C M Y K H S L
Decimal 188 205 64 0.08 0 0.69 0.20 67.23 0.59 0.53
Hex BC CD 40 8 0 45 14 43 3B 35
Octal 274 315 100 10 0 105 24 103 73 65
Binary 10111100 11001101 1000000 1000 0 1000101 10100 1000011 111011 110101

Color Harmonies of #BCCD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD40

Black with #BCCD40

Text Example


Text Example

White with #BCCD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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