Html Css Color HEX #BCCF42 Las Palmas

📋 copy color: '#BCCF42'

red 188 ◦ green 207 ◦ blue 66

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

Shades of Las Palmas #BCCF42

Tints of Las Palmas #BCCF42

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.9%

 BLUE value IS 66 (26.17% from 255) = 14.32%

R = 40.78%
G = 44.9%
B = 14.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#BCCF42 (or 0xBCCF42) is known color: Las Palmas. HEX triplet: BC, CF and 42. RGB value is (188,207,66). Sum of RGB (Red+Green+Blue) = 188+207+66=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF42 is #4330BD. Grayscale: #B9B9B9. Windows color (decimal): -4403390 or 4378556. OLE color: 4378556.

HSL color Cylindrical-coordinate representation of color #BCCF42: hue angle of 68.09º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCCF42 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 66 -
CMYK 0.09 0 0.68 0.19
HSL 68.09º 0.59% 0.54% -
HSV(B) 68.09º 0.68% 0.81% -
XYZ 44.04 55.71 13.59 -
YUV 185.25 60.71 129.96 -
System Red Green Blue C M Y K H S L
Decimal 188 207 66 0.09 0 0.68 0.19 68.09 0.59 0.54
Hex BC CF 42 9 0 44 13 44 3B 36
Octal 274 317 102 11 0 104 23 104 73 66
Binary 10111100 11001111 1000010 1001 0 1000100 10011 1000100 111011 110110

Color Harmonies of #BCCF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF42

Black with #BCCF42

Text Example


Text Example

White with #BCCF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF42; }

 p { color: rgb(188,207,66); }

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

background-color css

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

 a { background-color: rgb(188,207,66); }

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

border-color css

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

 span { border-color: rgb(188,207,66); }

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