Html Css Color HEX #BBE142 Las Palmas

📋 copy color: '#BBE142'

red 187 ◦ green 225 ◦ blue 66

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

Shades of Las Palmas #BBE142

Tints of Las Palmas #BBE142

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.07%

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

R = 39.12%
G = 47.07%
B = 13.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#BBE142 (or 0xBBE142) is known color: Las Palmas. HEX triplet: BB, E1 and 42. RGB value is (187,225,66). Sum of RGB (Red+Green+Blue) = 187+225+66=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE142 is #441EBD. Grayscale: #C4C4C4. Windows color (decimal): -4464318 or 4383163. OLE color: 4383163.

HSL color Cylindrical-coordinate representation of color #BBE142: hue angle of 74.34º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBE142 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 225 66 -
CMYK 0.17 0 0.71 0.12
HSL 74.34º 0.73% 0.57% -
HSV(B) 74.34º 0.71% 0.88% -
XYZ 48.4 64.81 15.11 -
YUV 195.51 54.91 121.93 -
System Red Green Blue C M Y K H S L
Decimal 187 225 66 0.17 0 0.71 0.12 74.34 0.73 0.57
Hex BB E1 42 11 0 47 C 4A 49 39
Octal 273 341 102 21 0 107 14 112 111 71
Binary 10111011 11100001 1000010 10001 0 1000111 1100 1001010 1001001 111001

Color Harmonies of #BBE142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE142

Black with #BBE142

Text Example


Text Example

White with #BBE142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE142; }

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

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

background-color css

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

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

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

border-color css

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

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

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