Html Css Color HEX #BBD741 Las Palmas

📋 copy color: '#BBD741'

red 187 ◦ green 215 ◦ blue 65

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

Shades of Las Palmas #BBD741

Tints of Las Palmas #BBD741

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.04%

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

R = 40.04%
G = 46.04%
B = 13.92%

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

#BBD741 (or 0xBBD741) is known color: Las Palmas. HEX triplet: BB, D7 and 41. RGB value is (187,215,65). Sum of RGB (Red+Green+Blue) = 187+215+65=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD741 is #4428BE. Grayscale: #BEBEBE. Windows color (decimal): -4466879 or 4315067. OLE color: 4315067.

HSL color Cylindrical-coordinate representation of color #BBD741: hue angle of 71.2º 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 #BBD741 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 215 65 -
CMYK 0.13 0 0.70 0.16
HSL 71.2º 0.65% 0.55% -
HSV(B) 71.2º 0.7% 0.84% -
XYZ 45.75 59.55 14.08 -
YUV 189.53 57.72 126.2 -
System Red Green Blue C M Y K H S L
Decimal 187 215 65 0.13 0 0.70 0.16 71.2 0.65 0.55
Hex BB D7 41 D 0 46 10 47 41 37
Octal 273 327 101 15 0 106 20 107 101 67
Binary 10111011 11010111 1000001 1101 0 1000110 10000 1000111 1000001 110111

Color Harmonies of #BBD741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD741

Black with #BBD741

Text Example


Text Example

White with #BBD741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD741; }

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

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

background-color css

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

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

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

border-color css

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

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

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