Html Css Color HEX #BCDB44 Las Palmas

📋 copy color: '#BCDB44'

red 188 ◦ green 219 ◦ blue 68

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

Shades of Las Palmas #BCDB44

Tints of Las Palmas #BCDB44

RGB

 RED value IS 188 (73.83% from 255) = 39.58%

 GREEN value IS 219 (85.94% from 255) = 46.11%

 BLUE value IS 68 (26.95% from 255) = 14.32%

R = 39.58%
G = 46.11%
B = 14.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#BCDB44 (or 0xBCDB44) is known color: Las Palmas. HEX triplet: BC, DB and 44. RGB value is (188,219,68). Sum of RGB (Red+Green+Blue) = 188+219+68=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 68 (26.95% from 255 or 14.32% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB44 is #4324BB. Grayscale: #C1C1C1. Windows color (decimal): -4400316 or 4512700. OLE color: 4512700.

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

Color convert

RGB 188 219 68 -
CMYK 0.14 0 0.69 0.14
HSL 72.32º 0.68% 0.56% -
HSV(B) 72.32º 0.69% 0.86% -
XYZ 47.11 61.77 14.91 -
YUV 192.52 57.73 124.78 -
System Red Green Blue C M Y K H S L
Decimal 188 219 68 0.14 0 0.69 0.14 72.32 0.68 0.56
Hex BC DB 44 E 0 45 E 48 44 38
Octal 274 333 104 16 0 105 16 110 104 70
Binary 10111100 11011011 1000100 1110 0 1000101 1110 1001000 1000100 111000

Color Harmonies of #BCDB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB44

Black with #BCDB44

Text Example


Text Example

White with #BCDB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB44; }

 p { color: rgb(188,219,68); }

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

background-color css

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

 a { background-color: rgb(188,219,68); }

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

border-color css

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

 span { border-color: rgb(188,219,68); }

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