Html Css Color HEX #BBE132 Las Palmas

📋 copy color: '#BBE132'

red 187 ◦ green 225 ◦ blue 50

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

Shades of Las Palmas #BBE132

Tints of Las Palmas #BBE132

RGB

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

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

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

R = 40.48%
G = 48.7%
B = 10.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#BBE132 (or 0xBBE132) is known color: Las Palmas. HEX triplet: BB, E1 and 32. RGB value is (187,225,50). Sum of RGB (Red+Green+Blue) = 187+225+50=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 50 (19.92% from 255 or 10.82% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE132 is #441ECD. Grayscale: #C2C2C2. Windows color (decimal): -4464334 or 3334587. OLE color: 3334587.

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

Color convert

RGB 187 225 50 -
CMYK 0.17 0 0.78 0.12
HSL 73.03º 0.74% 0.54% -
HSV(B) 73.03º 0.78% 0.88% -
XYZ 47.99 64.65 12.97 -
YUV 193.69 46.91 123.23 -
System Red Green Blue C M Y K H S L
Decimal 187 225 50 0.17 0 0.78 0.12 73.03 0.74 0.54
Hex BB E1 32 11 0 4E C 49 4A 36
Octal 273 341 62 21 0 116 14 111 112 66
Binary 10111011 11100001 110010 10001 0 1001110 1100 1001001 1001010 110110

Color Harmonies of #BBE132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE132

Black with #BBE132

Text Example


Text Example

White with #BBE132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE132; }

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

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

background-color css

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

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

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

border-color css

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

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

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