Html Css Color HEX #BBDC3F Las Palmas

📋 copy color: '#BBDC3F'

red 187 ◦ green 220 ◦ blue 63

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

Shades of Las Palmas #BBDC3F

Tints of Las Palmas #BBDC3F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.81%

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

R = 39.79%
G = 46.81%
B = 13.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#BBDC3F (or 0xBBDC3F) is known color: Las Palmas. HEX triplet: BB, DC and 3F. RGB value is (187,220,63). Sum of RGB (Red+Green+Blue) = 187+220+63=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 63 (25% from 255 or 13.40% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC3F is #4423C0. Grayscale: #C0C0C0. Windows color (decimal): -4465601 or 4185275. OLE color: 4185275.

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

Color convert

RGB 187 220 63 -
CMYK 0.15 0 0.71 0.14
HSL 72.61º 0.69% 0.55% -
HSV(B) 72.61º 0.71% 0.86% -
XYZ 46.98 62.11 14.21 -
YUV 192.24 55.07 124.27 -
System Red Green Blue C M Y K H S L
Decimal 187 220 63 0.15 0 0.71 0.14 72.61 0.69 0.55
Hex BB DC 3F F 0 47 E 49 45 37
Octal 273 334 77 17 0 107 16 111 105 67
Binary 10111011 11011100 111111 1111 0 1000111 1110 1001001 1000101 110111

Color Harmonies of #BBDC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC3F

Black with #BBDC3F

Text Example


Text Example

White with #BBDC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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