Html Css Color HEX #BFD538 Las Palmas

📋 copy color: '#BFD538'

red 191 ◦ green 213 ◦ blue 56

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

Shades of Las Palmas #BFD538

Tints of Las Palmas #BFD538

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.3%

 BLUE value IS 56 (22.27% from 255) = 12.17%

R = 41.52%
G = 46.3%
B = 12.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#BFD538 (or 0xBFD538) is known color: Las Palmas. HEX triplet: BF, D5 and 38. RGB value is (191,213,56). Sum of RGB (Red+Green+Blue) = 191+213+56=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 56 (22.27% from 255 or 12.17% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD538 is #402AC7. Grayscale: #BDBDBD. Windows color (decimal): -4205256 or 3724735. OLE color: 3724735.

HSL color Cylindrical-coordinate representation of color #BFD538: hue angle of 68.41º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFD538 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 213 56 -
CMYK 0.10 0 0.74 0.16
HSL 68.41º 0.65% 0.53% -
HSV(B) 68.41º 0.74% 0.84% -
XYZ 45.99 58.95 12.7 -
YUV 188.52 53.21 129.77 -
System Red Green Blue C M Y K H S L
Decimal 191 213 56 0.10 0 0.74 0.16 68.41 0.65 0.53
Hex BF D5 38 A 0 4A 10 44 41 35
Octal 277 325 70 12 0 112 20 104 101 65
Binary 10111111 11010101 111000 1010 0 1001010 10000 1000100 1000001 110101

Color Harmonies of #BFD538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD538

Black with #BFD538

Text Example


Text Example

White with #BFD538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD538; }

 p { color: rgb(191,213,56); }

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

background-color css

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

 a { background-color: rgb(191,213,56); }

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

border-color css

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

 span { border-color: rgb(191,213,56); }

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