Html Css Color HEX #BCCF3E Las Palmas

📋 copy color: '#BCCF3E'

red 188 ◦ green 207 ◦ blue 62

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

Shades of Las Palmas #BCCF3E

Tints of Las Palmas #BCCF3E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.3%

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

R = 41.14%
G = 45.3%
B = 13.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#BCCF3E (or 0xBCCF3E) is known color: Las Palmas. HEX triplet: BC, CF and 3E. RGB value is (188,207,62). Sum of RGB (Red+Green+Blue) = 188+207+62=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF3E is #4330C1. Grayscale: #B9B9B9. Windows color (decimal): -4403394 or 4116412. OLE color: 4116412.

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

Color convert

RGB 188 207 62 -
CMYK 0.09 0 0.70 0.19
HSL 67.86º 0.6% 0.53% -
HSV(B) 67.86º 0.7% 0.81% -
XYZ 43.92 55.66 12.99 -
YUV 184.79 58.71 130.29 -
System Red Green Blue C M Y K H S L
Decimal 188 207 62 0.09 0 0.70 0.19 67.86 0.6 0.53
Hex BC CF 3E 9 0 46 13 44 3C 35
Octal 274 317 76 11 0 106 23 104 74 65
Binary 10111100 11001111 111110 1001 0 1000110 10011 1000100 111100 110101

Color Harmonies of #BCCF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF3E

Black with #BCCF3E

Text Example


Text Example

White with #BCCF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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