Html Css Color HEX #BCE732 Las Palmas

📋 copy color: '#BCE732'

red 188 ◦ green 231 ◦ blue 50

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

Shades of Las Palmas #BCE732

Tints of Las Palmas #BCE732

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.25%

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

R = 40.09%
G = 49.25%
B = 10.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#BCE732 (or 0xBCE732) is known color: Las Palmas. HEX triplet: BC, E7 and 32. RGB value is (188,231,50). Sum of RGB (Red+Green+Blue) = 188+231+50=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 231 (90.62% from 255 or 49.25% from 469); Blue value is 50 (19.92% from 255 or 10.66% from 469); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE732 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE732 is #4318CD. Grayscale: #C6C6C6. Windows color (decimal): -4397262 or 3336124. OLE color: 3336124.

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

Color convert

RGB 188 231 50 -
CMYK 0.19 0 0.78 0.09
HSL 74.25º 0.79% 0.55% -
HSV(B) 74.25º 0.78% 0.91% -
XYZ 49.89 68.07 13.53 -
YUV 197.51 44.75 121.22 -
System Red Green Blue C M Y K H S L
Decimal 188 231 50 0.19 0 0.78 0.09 74.25 0.79 0.55
Hex BC E7 32 13 0 4E 9 4A 4F 37
Octal 274 347 62 23 0 116 11 112 117 67
Binary 10111100 11100111 110010 10011 0 1001110 1001 1001010 1001111 110111

Color Harmonies of #BCE732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE732

Black with #BCE732

Text Example


Text Example

White with #BCE732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE732; }

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

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

background-color css

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

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

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

border-color css

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

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

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