Html Css Color HEX #BBD740 Las Palmas

📋 copy color: '#BBD740'

red 187 ◦ green 215 ◦ blue 64

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

Shades of Las Palmas #BBD740

Tints of Las Palmas #BBD740

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.14%

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

R = 40.13%
G = 46.14%
B = 13.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#BBD740 (or 0xBBD740) is known color: Las Palmas. HEX triplet: BB, D7 and 40. RGB value is (187,215,64). Sum of RGB (Red+Green+Blue) = 187+215+64=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD740 is #4428BF. Grayscale: #BDBDBD. Windows color (decimal): -4466880 or 4249531. OLE color: 4249531.

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

Color convert

RGB 187 215 64 -
CMYK 0.13 0 0.70 0.16
HSL 71.13º 0.65% 0.55% -
HSV(B) 71.13º 0.7% 0.84% -
XYZ 45.72 59.54 13.93 -
YUV 189.41 57.22 126.28 -
System Red Green Blue C M Y K H S L
Decimal 187 215 64 0.13 0 0.70 0.16 71.13 0.65 0.55
Hex BB D7 40 D 0 46 10 47 41 37
Octal 273 327 100 15 0 106 20 107 101 67
Binary 10111011 11010111 1000000 1101 0 1000110 10000 1000111 1000001 110111

Color Harmonies of #BBD740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD740

Black with #BBD740

Text Example


Text Example

White with #BBD740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD740; }

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

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

background-color css

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

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

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

border-color css

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

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

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