Html Css Color HEX #BCDB35 Las Palmas

📋 copy color: '#BCDB35'

red 188 ◦ green 219 ◦ blue 53

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

Shades of Las Palmas #BCDB35

Tints of Las Palmas #BCDB35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.52%

R = 40.87%
G = 47.61%
B = 11.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#BCDB35 (or 0xBCDB35) is known color: Las Palmas. HEX triplet: BC, DB and 35. RGB value is (188,219,53). Sum of RGB (Red+Green+Blue) = 188+219+53=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 53 (21.09% from 255 or 11.52% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB35 is #4324CA. Grayscale: #BFBFBF. Windows color (decimal): -4400331 or 3529660. OLE color: 3529660.

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

Color convert

RGB 188 219 53 -
CMYK 0.14 0 0.76 0.14
HSL 71.2º 0.7% 0.53% -
HSV(B) 71.2º 0.76% 0.86% -
XYZ 46.71 61.61 12.8 -
YUV 190.81 50.23 126 -
System Red Green Blue C M Y K H S L
Decimal 188 219 53 0.14 0 0.76 0.14 71.2 0.7 0.53
Hex BC DB 35 E 0 4C E 47 46 35
Octal 274 333 65 16 0 114 16 107 106 65
Binary 10111100 11011011 110101 1110 0 1001100 1110 1000111 1000110 110101

Color Harmonies of #BCDB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB35

Black with #BCDB35

Text Example


Text Example

White with #BCDB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB35; }

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

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

background-color css

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

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

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

border-color css

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

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

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