Html Css Color HEX #BCD245 Las Palmas

📋 copy color: '#BCD245'

red 188 ◦ green 210 ◦ blue 69

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

Shades of Las Palmas #BCD245

Tints of Las Palmas #BCD245

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.97%

 BLUE value IS 69 (27.34% from 255) = 14.78%

R = 40.26%
G = 44.97%
B = 14.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#BCD245 (or 0xBCD245) is known color: Las Palmas. HEX triplet: BC, D2 and 45. RGB value is (188,210,69). Sum of RGB (Red+Green+Blue) = 188+210+69=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD245 is #432DBA. Grayscale: #BBBBBB. Windows color (decimal): -4402619 or 4575932. OLE color: 4575932.

HSL color Cylindrical-coordinate representation of color #BCD245: hue angle of 69.36º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCD245 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 69 -
CMYK 0.10 0 0.67 0.18
HSL 69.36º 0.61% 0.55% -
HSV(B) 69.36º 0.67% 0.82% -
XYZ 44.86 57.21 14.31 -
YUV 187.35 61.21 128.46 -
System Red Green Blue C M Y K H S L
Decimal 188 210 69 0.10 0 0.67 0.18 69.36 0.61 0.55
Hex BC D2 45 A 0 43 12 45 3D 37
Octal 274 322 105 12 0 103 22 105 75 67
Binary 10111100 11010010 1000101 1010 0 1000011 10010 1000101 111101 110111

Color Harmonies of #BCD245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD245

Black with #BCD245

Text Example


Text Example

White with #BCD245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD245; }

 p { color: rgb(188,210,69); }

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

background-color css

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

 a { background-color: rgb(188,210,69); }

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

border-color css

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

 span { border-color: rgb(188,210,69); }

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