Html Css Color HEX #BBD141 Las Palmas

📋 copy color: '#BBD141'

red 187 ◦ green 209 ◦ blue 65

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

Shades of Las Palmas #BBD141

Tints of Las Palmas #BBD141

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.34%

 BLUE value IS 65 (25.78% from 255) = 14.1%

R = 40.56%
G = 45.34%
B = 14.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#BBD141 (or 0xBBD141) is known color: Las Palmas. HEX triplet: BB, D1 and 41. RGB value is (187,209,65). Sum of RGB (Red+Green+Blue) = 187+209+65=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 65 (25.78% from 255 or 14.10% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD141 is #442EBE. Grayscale: #BABABA. Windows color (decimal): -4468415 or 4313531. OLE color: 4313531.

HSL color Cylindrical-coordinate representation of color #BBD141: hue angle of 69.17º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBD141 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 209 65 -
CMYK 0.11 0 0.69 0.18
HSL 69.17º 0.61% 0.54% -
HSV(B) 69.17º 0.69% 0.82% -
XYZ 44.25 56.55 13.58 -
YUV 186.01 59.71 128.71 -
System Red Green Blue C M Y K H S L
Decimal 187 209 65 0.11 0 0.69 0.18 69.17 0.61 0.54
Hex BB D1 41 B 0 45 12 45 3D 36
Octal 273 321 101 13 0 105 22 105 75 66
Binary 10111011 11010001 1000001 1011 0 1000101 10010 1000101 111101 110110

Color Harmonies of #BBD141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD141

Black with #BBD141

Text Example


Text Example

White with #BBD141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD141; }

 p { color: rgb(187,209,65); }

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

background-color css

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

 a { background-color: rgb(187,209,65); }

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

border-color css

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

 span { border-color: rgb(187,209,65); }

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