Html Css Color HEX #BCE940 Las Palmas

📋 copy color: '#BCE940'

red 188 ◦ green 233 ◦ blue 64

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

Shades of Las Palmas #BCE940

Tints of Las Palmas #BCE940

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.04%

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

R = 38.76%
G = 48.04%
B = 13.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#BCE940 (or 0xBCE940) is known color: Las Palmas. HEX triplet: BC, E9 and 40. RGB value is (188,233,64). Sum of RGB (Red+Green+Blue) = 188+233+64=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE940 is #4316BF. Grayscale: #C8C8C8. Windows color (decimal): -4396736 or 4254140. OLE color: 4254140.

HSL color Cylindrical-coordinate representation of color #BCE940: hue angle of 75.98º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCE940 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 64 -
CMYK 0.19 0 0.73 0.09
HSL 75.98º 0.79% 0.58% -
HSV(B) 75.98º 0.73% 0.91% -
XYZ 50.8 69.34 15.56 -
YUV 200.28 51.09 119.24 -
System Red Green Blue C M Y K H S L
Decimal 188 233 64 0.19 0 0.73 0.09 75.98 0.79 0.58
Hex BC E9 40 13 0 49 9 4C 4F 3A
Octal 274 351 100 23 0 111 11 114 117 72
Binary 10111100 11101001 1000000 10011 0 1001001 1001 1001100 1001111 111010

Color Harmonies of #BCE940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE940

Black with #BCE940

Text Example


Text Example

White with #BCE940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE940; }

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

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

background-color css

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

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

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

border-color css

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

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

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