Html Css Color HEX #BBD745 Las Palmas

📋 copy color: '#BBD745'

red 187 ◦ green 215 ◦ blue 69

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

Shades of Las Palmas #BBD745

Tints of Las Palmas #BBD745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.65%

R = 39.7%
G = 45.65%
B = 14.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#BBD745 (or 0xBBD745) is known color: Las Palmas. HEX triplet: BB, D7 and 45. RGB value is (187,215,69). Sum of RGB (Red+Green+Blue) = 187+215+69=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD745 is #4428BA. Grayscale: #BEBEBE. Windows color (decimal): -4466875 or 4577211. OLE color: 4577211.

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

Color convert

RGB 187 215 69 -
CMYK 0.13 0 0.68 0.16
HSL 71.51º 0.65% 0.56% -
HSV(B) 71.51º 0.68% 0.84% -
XYZ 45.87 59.6 14.72 -
YUV 189.98 59.72 125.87 -
System Red Green Blue C M Y K H S L
Decimal 187 215 69 0.13 0 0.68 0.16 71.51 0.65 0.56
Hex BB D7 45 D 0 44 10 48 41 38
Octal 273 327 105 15 0 104 20 110 101 70
Binary 10111011 11010111 1000101 1101 0 1000100 10000 1001000 1000001 111000

Color Harmonies of #BBD745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD745

Black with #BBD745

Text Example


Text Example

White with #BBD745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD745; }

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

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

background-color css

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

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

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

border-color css

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

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

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