Html Css Color HEX #BBD53C Las Palmas

📋 copy color: '#BBD53C'

red 187 ◦ green 213 ◦ blue 60

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

Shades of Las Palmas #BBD53C

Tints of Las Palmas #BBD53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.04%

R = 40.65%
G = 46.3%
B = 13.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#BBD53C (or 0xBBD53C) is known color: Las Palmas. HEX triplet: BB, D5 and 3C. RGB value is (187,213,60). Sum of RGB (Red+Green+Blue) = 187+213+60=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD53C is #442AC3. Grayscale: #BCBCBC. Windows color (decimal): -4467396 or 3986875. OLE color: 3986875.

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

Color convert

RGB 187 213 60 -
CMYK 0.12 0 0.72 0.16
HSL 70.2º 0.65% 0.54% -
HSV(B) 70.2º 0.72% 0.84% -
XYZ 45.1 58.48 13.19 -
YUV 187.78 55.89 127.44 -
System Red Green Blue C M Y K H S L
Decimal 187 213 60 0.12 0 0.72 0.16 70.2 0.65 0.54
Hex BB D5 3C C 0 48 10 46 41 36
Octal 273 325 74 14 0 110 20 106 101 66
Binary 10111011 11010101 111100 1100 0 1001000 10000 1000110 1000001 110110

Color Harmonies of #BBD53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD53C

Black with #BBD53C

Text Example


Text Example

White with #BBD53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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