Html Css Color HEX #BCCE3F Las Palmas

📋 copy color: '#BCCE3F'

red 188 ◦ green 206 ◦ blue 63

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

Shades of Las Palmas #BCCE3F

Tints of Las Palmas #BCCE3F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.08%

 BLUE value IS 63 (25% from 255) = 13.79%

R = 41.14%
G = 45.08%
B = 13.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#BCCE3F (or 0xBCCE3F) is known color: Las Palmas. HEX triplet: BC, CE and 3F. RGB value is (188,206,63). Sum of RGB (Red+Green+Blue) = 188+206+63=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCE3F is #4331C0. Grayscale: #B8B8B8. Windows color (decimal): -4403649 or 4181692. OLE color: 4181692.

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

Color convert

RGB 188 206 63 -
CMYK 0.09 0 0.69 0.19
HSL 67.55º 0.59% 0.53% -
HSV(B) 67.55º 0.69% 0.81% -
XYZ 43.71 55.19 13.05 -
YUV 184.32 59.54 130.63 -
System Red Green Blue C M Y K H S L
Decimal 188 206 63 0.09 0 0.69 0.19 67.55 0.59 0.53
Hex BC CE 3F 9 0 45 13 44 3B 35
Octal 274 316 77 11 0 105 23 104 73 65
Binary 10111100 11001110 111111 1001 0 1000101 10011 1000100 111011 110101

Color Harmonies of #BCCE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE3F

Black with #BCCE3F

Text Example


Text Example

White with #BCCE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE3F; }

 p { color: rgb(188,206,63); }

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

background-color css

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

 a { background-color: rgb(188,206,63); }

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

border-color css

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

 span { border-color: rgb(188,206,63); }

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