Html Css Color HEX #BCCD3E Las Palmas

📋 copy color: '#BCCD3E'

red 188 ◦ green 205 ◦ blue 62

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

Shades of Las Palmas #BCCD3E

Tints of Las Palmas #BCCD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.63%

R = 41.32%
G = 45.05%
B = 13.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#BCCD3E (or 0xBCCD3E) is known color: Las Palmas. HEX triplet: BC, CD and 3E. RGB value is (188,205,62). Sum of RGB (Red+Green+Blue) = 188+205+62=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 62 (24.61% from 255 or 13.63% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD3E is #4332C1. Grayscale: #B8B8B8. Windows color (decimal): -4403906 or 4115900. OLE color: 4115900.

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

Color convert

RGB 188 205 62 -
CMYK 0.08 0 0.70 0.20
HSL 67.13º 0.59% 0.52% -
HSV(B) 67.13º 0.7% 0.8% -
XYZ 43.44 54.7 12.83 -
YUV 183.62 59.37 131.13 -
System Red Green Blue C M Y K H S L
Decimal 188 205 62 0.08 0 0.70 0.20 67.13 0.59 0.52
Hex BC CD 3E 8 0 46 14 43 3B 34
Octal 274 315 76 10 0 106 24 103 73 64
Binary 10111100 11001101 111110 1000 0 1000110 10100 1000011 111011 110100

Color Harmonies of #BCCD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD3E

Black with #BCCD3E

Text Example


Text Example

White with #BCCD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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