Html Css Color HEX #BCEB2D Las Palmas

📋 copy color: '#BCEB2D'

red 188 ◦ green 235 ◦ blue 45

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

Shades of Las Palmas #BCEB2D

Tints of Las Palmas #BCEB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.62%

R = 40.17%
G = 50.21%
B = 9.62%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#BCEB2D (or 0xBCEB2D) is known color: Las Palmas. HEX triplet: BC, EB and 2D. RGB value is (188,235,45). Sum of RGB (Red+Green+Blue) = 188+235+45=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEB2D is #4314D2. Grayscale: #C8C8C8. Windows color (decimal): -4396243 or 3009468. OLE color: 3009468.

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

Color convert

RGB 188 235 45 -
CMYK 0.2 0 0.81 0.08
HSL 74.84º 0.83% 0.55% -
HSV(B) 74.84º 0.81% 0.92% -
XYZ 50.92 70.3 13.37 -
YUV 199.29 40.93 119.95 -
System Red Green Blue C M Y K H S L
Decimal 188 235 45 0.2 0 0.81 0.08 74.84 0.83 0.55
Hex BC EB 2D 14 0 51 8 4B 53 37
Octal 274 353 55 24 0 121 10 113 123 67
Binary 10111100 11101011 101101 10100 0 1010001 1000 1001011 1010011 110111

Color Harmonies of #BCEB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEB2D

Black with #BCEB2D

Text Example


Text Example

White with #BCEB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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