Html Css Color HEX #BBD53A Las Palmas

📋 copy color: '#BBD53A'

red 187 ◦ green 213 ◦ blue 58

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

Shades of Las Palmas #BBD53A

Tints of Las Palmas #BBD53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.66%

R = 40.83%
G = 46.51%
B = 12.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#BBD53A (or 0xBBD53A) is known color: Las Palmas. HEX triplet: BB, D5 and 3A. RGB value is (187,213,58). Sum of RGB (Red+Green+Blue) = 187+213+58=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD53A is #442AC5. Grayscale: #BCBCBC. Windows color (decimal): -4467398 or 3855803. OLE color: 3855803.

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

Color convert

RGB 187 213 58 -
CMYK 0.12 0 0.73 0.16
HSL 70.06º 0.65% 0.53% -
HSV(B) 70.06º 0.73% 0.84% -
XYZ 45.05 58.46 12.91 -
YUV 187.56 54.89 127.6 -
System Red Green Blue C M Y K H S L
Decimal 187 213 58 0.12 0 0.73 0.16 70.06 0.65 0.53
Hex BB D5 3A C 0 49 10 46 41 35
Octal 273 325 72 14 0 111 20 106 101 65
Binary 10111011 11010101 111010 1100 0 1001001 10000 1000110 1000001 110101

Color Harmonies of #BBD53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD53A

Black with #BBD53A

Text Example


Text Example

White with #BBD53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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