Html Css Color HEX #BCCD3D Las Palmas

📋 copy color: '#BCCD3D'

red 188 ◦ green 205 ◦ blue 61

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

Shades of Las Palmas #BCCD3D

Tints of Las Palmas #BCCD3D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.15%

 BLUE value IS 61 (24.22% from 255) = 13.44%

R = 41.41%
G = 45.15%
B = 13.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#BCCD3D (or 0xBCCD3D) is known color: Las Palmas. HEX triplet: BC, CD and 3D. RGB value is (188,205,61). Sum of RGB (Red+Green+Blue) = 188+205+61=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD3D is #4332C2. Grayscale: #B8B8B8. Windows color (decimal): -4403907 or 4050364. OLE color: 4050364.

HSL color Cylindrical-coordinate representation of color #BCCD3D: hue angle of 67.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCCD3D is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 61 -
CMYK 0.08 0 0.70 0.20
HSL 67.08º 0.59% 0.52% -
HSV(B) 67.08º 0.7% 0.8% -
XYZ 43.41 54.69 12.68 -
YUV 183.5 58.87 131.21 -
System Red Green Blue C M Y K H S L
Decimal 188 205 61 0.08 0 0.70 0.20 67.08 0.59 0.52
Hex BC CD 3D 8 0 46 14 43 3B 34
Octal 274 315 75 10 0 106 24 103 73 64
Binary 10111100 11001101 111101 1000 0 1000110 10100 1000011 111011 110100

Color Harmonies of #BCCD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD3D

Black with #BCCD3D

Text Example


Text Example

White with #BCCD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD3D; }

 p { color: rgb(188,205,61); }

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

background-color css

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

 a { background-color: rgb(188,205,61); }

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

border-color css

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

 span { border-color: rgb(188,205,61); }

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