Html Css Color HEX #BBD641 Las Palmas

📋 copy color: '#BBD641'

red 187 ◦ green 214 ◦ blue 65

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

Shades of Las Palmas #BBD641

Tints of Las Palmas #BBD641

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.92%

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

R = 40.13%
G = 45.92%
B = 13.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#BBD641 (or 0xBBD641) is known color: Las Palmas. HEX triplet: BB, D6 and 41. RGB value is (187,214,65). Sum of RGB (Red+Green+Blue) = 187+214+65=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD641 is #4429BE. Grayscale: #BDBDBD. Windows color (decimal): -4467135 or 4314811. OLE color: 4314811.

HSL color Cylindrical-coordinate representation of color #BBD641: hue angle of 70.87º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBD641 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 214 65 -
CMYK 0.13 0 0.70 0.16
HSL 70.87º 0.65% 0.55% -
HSV(B) 70.87º 0.7% 0.84% -
XYZ 45.49 59.04 14 -
YUV 188.94 58.05 126.62 -
System Red Green Blue C M Y K H S L
Decimal 187 214 65 0.13 0 0.70 0.16 70.87 0.65 0.55
Hex BB D6 41 D 0 46 10 47 41 37
Octal 273 326 101 15 0 106 20 107 101 67
Binary 10111011 11010110 1000001 1101 0 1000110 10000 1000111 1000001 110111

Color Harmonies of #BBD641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD641

Black with #BBD641

Text Example


Text Example

White with #BBD641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD641; }

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

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

background-color css

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

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

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

border-color css

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

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

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