Html Css Color HEX #BBDE40 Las Palmas

📋 copy color: '#BBDE40'

red 187 ◦ green 222 ◦ blue 64

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

Shades of Las Palmas #BBDE40

Tints of Las Palmas #BBDE40

RGB

 RED value IS 187 (73.44% from 255) = 39.53%

 GREEN value IS 222 (87.11% from 255) = 46.93%

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

R = 39.53%
G = 46.93%
B = 13.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#BBDE40 (or 0xBBDE40) is known color: Las Palmas. HEX triplet: BB, DE and 40. RGB value is (187,222,64). Sum of RGB (Red+Green+Blue) = 187+222+64=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDE40 is #4421BF. Grayscale: #C2C2C2. Windows color (decimal): -4465088 or 4251323. OLE color: 4251323.

HSL color Cylindrical-coordinate representation of color #BBDE40: hue angle of 73.29º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBDE40 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 222 64 -
CMYK 0.16 0 0.71 0.13
HSL 73.29º 0.71% 0.56% -
HSV(B) 73.29º 0.71% 0.87% -
XYZ 47.54 63.18 14.54 -
YUV 193.52 54.9 123.35 -
System Red Green Blue C M Y K H S L
Decimal 187 222 64 0.16 0 0.71 0.13 73.29 0.71 0.56
Hex BB DE 40 10 0 47 D 49 47 38
Octal 273 336 100 20 0 107 15 111 107 70
Binary 10111011 11011110 1000000 10000 0 1000111 1101 1001001 1000111 111000

Color Harmonies of #BBDE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDE40

Black with #BBDE40

Text Example


Text Example

White with #BBDE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDE40; }

 p { color: rgb(187,222,64); }

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

background-color css

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

 a { background-color: rgb(187,222,64); }

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

border-color css

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

 span { border-color: rgb(187,222,64); }

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