Html Css Color HEX #BCEB3E Las Palmas

📋 copy color: '#BCEB3E'

red 188 ◦ green 235 ◦ blue 62

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

Shades of Las Palmas #BCEB3E

Tints of Las Palmas #BCEB3E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.45%

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

R = 38.76%
G = 48.45%
B = 12.78%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#BCEB3E (or 0xBCEB3E) is known color: Las Palmas. HEX triplet: BC, EB and 3E. RGB value is (188,235,62). Sum of RGB (Red+Green+Blue) = 188+235+62=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 62 (24.61% from 255 or 12.78% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEB3E is #4314C1. Grayscale: #C9C9C9. Windows color (decimal): -4396226 or 4123580. OLE color: 4123580.

HSL color Cylindrical-coordinate representation of color #BCEB3E: hue angle of 76.3º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCEB3E is Cyan = 0.2, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 235 62 -
CMYK 0.2 0 0.74 0.08
HSL 76.3º 0.81% 0.58% -
HSV(B) 76.3º 0.74% 0.92% -
XYZ 51.32 70.46 15.45 -
YUV 201.23 49.43 118.57 -
System Red Green Blue C M Y K H S L
Decimal 188 235 62 0.2 0 0.74 0.08 76.3 0.81 0.58
Hex BC EB 3E 14 0 4A 8 4C 51 3A
Octal 274 353 76 24 0 112 10 114 121 72
Binary 10111100 11101011 111110 10100 0 1001010 1000 1001100 1010001 111010

Color Harmonies of #BCEB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEB3E

Black with #BCEB3E

Text Example


Text Example

White with #BCEB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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