Html Css Color HEX #BBDD41 Las Palmas

📋 copy color: '#BBDD41'

red 187 ◦ green 221 ◦ blue 65

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

Shades of Las Palmas #BBDD41

Tints of Las Palmas #BBDD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.74%

R = 39.53%
G = 46.72%
B = 13.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#BBDD41 (or 0xBBDD41) is known color: Las Palmas. HEX triplet: BB, DD and 41. RGB value is (187,221,65). Sum of RGB (Red+Green+Blue) = 187+221+65=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 65 (25.78% from 255 or 13.74% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDD41 is #4422BE. Grayscale: #C1C1C1. Windows color (decimal): -4465343 or 4316603. OLE color: 4316603.

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

Color convert

RGB 187 221 65 -
CMYK 0.15 0 0.71 0.13
HSL 73.08º 0.7% 0.56% -
HSV(B) 73.08º 0.71% 0.87% -
XYZ 47.3 62.66 14.6 -
YUV 193.05 55.74 123.68 -
System Red Green Blue C M Y K H S L
Decimal 187 221 65 0.15 0 0.71 0.13 73.08 0.7 0.56
Hex BB DD 41 F 0 47 D 49 46 38
Octal 273 335 101 17 0 107 15 111 106 70
Binary 10111011 11011101 1000001 1111 0 1000111 1101 1001001 1000110 111000

Color Harmonies of #BBDD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD41

Black with #BBDD41

Text Example


Text Example

White with #BBDD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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