Html Css Color HEX #BFD735 Las Palmas

📋 copy color: '#BFD735'

red 191 ◦ green 215 ◦ blue 53

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

Shades of Las Palmas #BFD735

Tints of Las Palmas #BFD735

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.84%

 BLUE value IS 53 (21.09% from 255) = 11.55%

R = 41.61%
G = 46.84%
B = 11.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#BFD735 (or 0xBFD735) is known color: Las Palmas. HEX triplet: BF, D7 and 35. RGB value is (191,215,53). Sum of RGB (Red+Green+Blue) = 191+215+53=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 53 (21.09% from 255 or 11.55% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD735 is #4028CA. Grayscale: #BDBDBD. Windows color (decimal): -4204747 or 3528639. OLE color: 3528639.

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

Color convert

RGB 191 215 53 -
CMYK 0.11 0 0.75 0.16
HSL 68.89º 0.67% 0.53% -
HSV(B) 68.89º 0.75% 0.84% -
XYZ 46.43 59.93 12.49 -
YUV 189.36 51.05 129.17 -
System Red Green Blue C M Y K H S L
Decimal 191 215 53 0.11 0 0.75 0.16 68.89 0.67 0.53
Hex BF D7 35 B 0 4B 10 45 43 35
Octal 277 327 65 13 0 113 20 105 103 65
Binary 10111111 11010111 110101 1011 0 1001011 10000 1000101 1000011 110101

Color Harmonies of #BFD735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD735

Black with #BFD735

Text Example


Text Example

White with #BFD735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD735; }

 p { color: rgb(191,215,53); }

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

background-color css

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

 a { background-color: rgb(191,215,53); }

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

border-color css

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

 span { border-color: rgb(191,215,53); }

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