Html Css Color HEX #BFD13C Las Palmas

📋 copy color: '#BFD13C'

red 191 ◦ green 209 ◦ blue 60

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

Shades of Las Palmas #BFD13C

Tints of Las Palmas #BFD13C

RGB

 RED value IS 191 (75% from 255) = 41.52%

 GREEN value IS 209 (82.03% from 255) = 45.43%

 BLUE value IS 60 (23.83% from 255) = 13.04%

R = 41.52%
G = 45.43%
B = 13.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#BFD13C (or 0xBFD13C) is known color: Las Palmas. HEX triplet: BF, D1 and 3C. RGB value is (191,209,60). Sum of RGB (Red+Green+Blue) = 191+209+60=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD13C is #402EC3. Grayscale: #BBBBBB. Windows color (decimal): -4206276 or 3985855. OLE color: 3985855.

HSL color Cylindrical-coordinate representation of color #BFD13C: hue angle of 67.25º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFD13C is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 209 60 -
CMYK 0.09 0 0.71 0.18
HSL 67.25º 0.62% 0.53% -
HSV(B) 67.25º 0.71% 0.82% -
XYZ 45.1 57 12.9 -
YUV 186.63 56.54 131.12 -
System Red Green Blue C M Y K H S L
Decimal 191 209 60 0.09 0 0.71 0.18 67.25 0.62 0.53
Hex BF D1 3C 9 0 47 12 43 3E 35
Octal 277 321 74 11 0 107 22 103 76 65
Binary 10111111 11010001 111100 1001 0 1000111 10010 1000011 111110 110101

Color Harmonies of #BFD13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD13C

Black with #BFD13C

Text Example


Text Example

White with #BFD13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD13C; }

 p { color: rgb(191,209,60); }

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

background-color css

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

 a { background-color: rgb(191,209,60); }

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

border-color css

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

 span { border-color: rgb(191,209,60); }

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