Html Css Color HEX #BBD540 Las Palmas

📋 copy color: '#BBD540'

red 187 ◦ green 213 ◦ blue 64

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

Shades of Las Palmas #BBD540

Tints of Las Palmas #BBD540

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.91%

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

R = 40.3%
G = 45.91%
B = 13.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#BBD540 (or 0xBBD540) is known color: Las Palmas. HEX triplet: BB, D5 and 40. RGB value is (187,213,64). Sum of RGB (Red+Green+Blue) = 187+213+64=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD540 is #442ABF. Grayscale: #BCBCBC. Windows color (decimal): -4467392 or 4249019. OLE color: 4249019.

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

Color convert

RGB 187 213 64 -
CMYK 0.12 0 0.70 0.16
HSL 70.47º 0.64% 0.54% -
HSV(B) 70.47º 0.7% 0.84% -
XYZ 45.21 58.52 13.76 -
YUV 188.24 57.89 127.12 -
System Red Green Blue C M Y K H S L
Decimal 187 213 64 0.12 0 0.70 0.16 70.47 0.64 0.54
Hex BB D5 40 C 0 46 10 46 40 36
Octal 273 325 100 14 0 106 20 106 100 66
Binary 10111011 11010101 1000000 1100 0 1000110 10000 1000110 1000000 110110

Color Harmonies of #BBD540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD540

Black with #BBD540

Text Example


Text Example

White with #BBD540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD540; }

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

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

background-color css

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

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

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

border-color css

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

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

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