Html Css Color HEX #BBD140 Las Palmas

📋 copy color: '#BBD140'

red 187 ◦ green 209 ◦ blue 64

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

Shades of Las Palmas #BBD140

Tints of Las Palmas #BBD140

RGB

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

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

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

R = 40.65%
G = 45.43%
B = 13.91%

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

#BBD140 (or 0xBBD140) is known color: Las Palmas. HEX triplet: BB, D1 and 40. RGB value is (187,209,64). Sum of RGB (Red+Green+Blue) = 187+209+64=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD140 is #442EBF. Grayscale: #BABABA. Windows color (decimal): -4468416 or 4247995. OLE color: 4247995.

HSL color Cylindrical-coordinate representation of color #BBD140: hue angle of 69.1º 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 #BBD140 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 209 64 -
CMYK 0.11 0 0.69 0.18
HSL 69.1º 0.61% 0.54% -
HSV(B) 69.1º 0.69% 0.82% -
XYZ 44.22 56.54 13.43 -
YUV 185.89 59.21 128.79 -
System Red Green Blue C M Y K H S L
Decimal 187 209 64 0.11 0 0.69 0.18 69.1 0.61 0.54
Hex BB D1 40 B 0 45 12 45 3D 36
Octal 273 321 100 13 0 105 22 105 75 66
Binary 10111011 11010001 1000000 1011 0 1000101 10010 1000101 111101 110110

Color Harmonies of #BBD140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD140

Black with #BBD140

Text Example


Text Example

White with #BBD140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD140; }

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

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

background-color css

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

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

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

border-color css

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

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

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