Html Css Color HEX #BBDD3A Las Palmas

📋 copy color: '#BBDD3A'

red 187 ◦ green 221 ◦ blue 58

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

Shades of Las Palmas #BBDD3A

Tints of Las Palmas #BBDD3A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.42%

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

R = 40.13%
G = 47.42%
B = 12.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#BBDD3A (or 0xBBDD3A) is known color: Las Palmas. HEX triplet: BB, DD and 3A. RGB value is (187,221,58). Sum of RGB (Red+Green+Blue) = 187+221+58=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDD3A is #4422C5. Grayscale: #C0C0C0. Windows color (decimal): -4465350 or 3857851. OLE color: 3857851.

HSL color Cylindrical-coordinate representation of color #BBDD3A: hue angle of 72.52º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBDD3A is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 221 58 -
CMYK 0.15 0 0.74 0.13
HSL 72.52º 0.71% 0.55% -
HSV(B) 72.52º 0.74% 0.87% -
XYZ 47.11 62.58 13.6 -
YUV 192.25 52.24 124.25 -
System Red Green Blue C M Y K H S L
Decimal 187 221 58 0.15 0 0.74 0.13 72.52 0.71 0.55
Hex BB DD 3A F 0 4A D 49 47 37
Octal 273 335 72 17 0 112 15 111 107 67
Binary 10111011 11011101 111010 1111 0 1001010 1101 1001001 1000111 110111

Color Harmonies of #BBDD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD3A

Black with #BBDD3A

Text Example


Text Example

White with #BBDD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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