Html Css Color HEX #BBDE42 Las Palmas

📋 copy color: '#BBDE42'

red 187 ◦ green 222 ◦ blue 66

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

Shades of Las Palmas #BBDE42

Tints of Las Palmas #BBDE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.89%

R = 39.37%
G = 46.74%
B = 13.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#BBDE42 (or 0xBBDE42) is known color: Las Palmas. HEX triplet: BB, DE and 42. RGB value is (187,222,66). Sum of RGB (Red+Green+Blue) = 187+222+66=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 66 (26.17% from 255 or 13.89% from 475); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDE42 is #4421BD. Grayscale: #C2C2C2. Windows color (decimal): -4465086 or 4382395. OLE color: 4382395.

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

Color convert

RGB 187 222 66 -
CMYK 0.16 0 0.70 0.13
HSL 73.46º 0.7% 0.56% -
HSV(B) 73.46º 0.7% 0.87% -
XYZ 47.6 63.2 14.84 -
YUV 193.75 55.9 123.18 -
System Red Green Blue C M Y K H S L
Decimal 187 222 66 0.16 0 0.70 0.13 73.46 0.7 0.56
Hex BB DE 42 10 0 46 D 49 46 38
Octal 273 336 102 20 0 106 15 111 106 70
Binary 10111011 11011110 1000010 10000 0 1000110 1101 1001001 1000110 111000

Color Harmonies of #BBDE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDE42

Black with #BBDE42

Text Example


Text Example

White with #BBDE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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