Html Css Color HEX #BBD645 Las Palmas

📋 copy color: '#BBD645'

red 187 ◦ green 214 ◦ blue 69

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

Shades of Las Palmas #BBD645

Tints of Las Palmas #BBD645

RGB

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

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

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

R = 39.79%
G = 45.53%
B = 14.68%

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

#BBD645 (or 0xBBD645) is known color: Las Palmas. HEX triplet: BB, D6 and 45. RGB value is (187,214,69). Sum of RGB (Red+Green+Blue) = 187+214+69=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD645 is #4429BA. Grayscale: #BDBDBD. Windows color (decimal): -4467131 or 4576955. OLE color: 4576955.

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

Color convert

RGB 187 214 69 -
CMYK 0.13 0 0.68 0.16
HSL 71.17º 0.64% 0.55% -
HSV(B) 71.17º 0.68% 0.84% -
XYZ 45.61 59.09 14.63 -
YUV 189.4 60.05 126.29 -
System Red Green Blue C M Y K H S L
Decimal 187 214 69 0.13 0 0.68 0.16 71.17 0.64 0.55
Hex BB D6 45 D 0 44 10 47 40 37
Octal 273 326 105 15 0 104 20 107 100 67
Binary 10111011 11010110 1000101 1101 0 1000100 10000 1000111 1000000 110111

Color Harmonies of #BBD645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD645

Black with #BBD645

Text Example


Text Example

White with #BBD645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD645; }

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

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

background-color css

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

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

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

border-color css

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

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

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