Html Css Color HEX #BBDA3F Las Palmas

📋 copy color: '#BBDA3F'

red 187 ◦ green 218 ◦ blue 63

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

Shades of Las Palmas #BBDA3F

Tints of Las Palmas #BBDA3F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.58%

 BLUE value IS 63 (25% from 255) = 13.46%

R = 39.96%
G = 46.58%
B = 13.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#BBDA3F (or 0xBBDA3F) is known color: Las Palmas. HEX triplet: BB, DA and 3F. RGB value is (187,218,63). Sum of RGB (Red+Green+Blue) = 187+218+63=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA3F is #4425C0. Grayscale: #BFBFBF. Windows color (decimal): -4466113 or 4184763. OLE color: 4184763.

HSL color Cylindrical-coordinate representation of color #BBDA3F: hue angle of 72º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBDA3F is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 218 63 -
CMYK 0.14 0 0.71 0.15
HSL 72º 0.68% 0.55% -
HSV(B) 72º 0.71% 0.85% -
XYZ 46.46 61.07 14.04 -
YUV 191.06 55.73 125.1 -
System Red Green Blue C M Y K H S L
Decimal 187 218 63 0.14 0 0.71 0.15 72 0.68 0.55
Hex BB DA 3F E 0 47 F 48 44 37
Octal 273 332 77 16 0 107 17 110 104 67
Binary 10111011 11011010 111111 1110 0 1000111 1111 1001000 1000100 110111

Color Harmonies of #BBDA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA3F

Black with #BBDA3F

Text Example


Text Example

White with #BBDA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA3F; }

 p { color: rgb(187,218,63); }

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

background-color css

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

 a { background-color: rgb(187,218,63); }

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

border-color css

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

 span { border-color: rgb(187,218,63); }

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