Html Css Color HEX #BCEB32 Las Palmas

📋 copy color: '#BCEB32'

red 188 ◦ green 235 ◦ blue 50

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

Shades of Las Palmas #BCEB32

Tints of Las Palmas #BCEB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.57%

R = 39.75%
G = 49.68%
B = 10.57%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#BCEB32 (or 0xBCEB32) is known color: Las Palmas. HEX triplet: BC, EB and 32. RGB value is (188,235,50). Sum of RGB (Red+Green+Blue) = 188+235+50=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEB32 is #4314CD. Grayscale: #C8C8C8. Windows color (decimal): -4396238 or 3337148. OLE color: 3337148.

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

Color convert

RGB 188 235 50 -
CMYK 0.2 0 0.79 0.08
HSL 75.24º 0.82% 0.56% -
HSV(B) 75.24º 0.79% 0.92% -
XYZ 51.02 70.34 13.91 -
YUV 199.86 43.43 119.54 -
System Red Green Blue C M Y K H S L
Decimal 188 235 50 0.2 0 0.79 0.08 75.24 0.82 0.56
Hex BC EB 32 14 0 4F 8 4B 52 38
Octal 274 353 62 24 0 117 10 113 122 70
Binary 10111100 11101011 110010 10100 0 1001111 1000 1001011 1010010 111000

Color Harmonies of #BCEB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEB32

Black with #BCEB32

Text Example


Text Example

White with #BCEB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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