Html Css Color HEX #BBD441 Las Palmas

📋 copy color: '#BBD441'

red 187 ◦ green 212 ◦ blue 65

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

Shades of Las Palmas #BBD441

Tints of Las Palmas #BBD441

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.69%

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

R = 40.3%
G = 45.69%
B = 14.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#BBD441 (or 0xBBD441) is known color: Las Palmas. HEX triplet: BB, D4 and 41. RGB value is (187,212,65). Sum of RGB (Red+Green+Blue) = 187+212+65=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD441 is #442BBE. Grayscale: #BCBCBC. Windows color (decimal): -4467647 or 4314299. OLE color: 4314299.

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

Color convert

RGB 187 212 65 -
CMYK 0.12 0 0.69 0.17
HSL 70.2º 0.63% 0.54% -
HSV(B) 70.2º 0.69% 0.83% -
XYZ 44.99 58.03 13.83 -
YUV 187.77 58.72 127.45 -
System Red Green Blue C M Y K H S L
Decimal 187 212 65 0.12 0 0.69 0.17 70.2 0.63 0.54
Hex BB D4 41 C 0 45 11 46 3F 36
Octal 273 324 101 14 0 105 21 106 77 66
Binary 10111011 11010100 1000001 1100 0 1000101 10001 1000110 111111 110110

Color Harmonies of #BBD441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD441

Black with #BBD441

Text Example


Text Example

White with #BBD441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD441; }

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

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

background-color css

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

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

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

border-color css

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

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

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