Html Css Color HEX #BFD342 Las Palmas

📋 copy color: '#BFD342'

red 191 ◦ green 211 ◦ blue 66

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

Shades of Las Palmas #BFD342

Tints of Las Palmas #BFD342

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.09%

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

R = 40.81%
G = 45.09%
B = 14.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#BFD342 (or 0xBFD342) is known color: Las Palmas. HEX triplet: BF, D3 and 42. RGB value is (191,211,66). Sum of RGB (Red+Green+Blue) = 191+211+66=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD342 is #402CBD. Grayscale: #BDBDBD. Windows color (decimal): -4205758 or 4379583. OLE color: 4379583.

HSL color Cylindrical-coordinate representation of color #BFD342: hue angle of 68.28º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFD342 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 211 66 -
CMYK 0.09 0 0.69 0.17
HSL 68.28º 0.62% 0.54% -
HSV(B) 68.28º 0.69% 0.83% -
XYZ 45.76 58.06 13.95 -
YUV 188.49 58.87 129.79 -
System Red Green Blue C M Y K H S L
Decimal 191 211 66 0.09 0 0.69 0.17 68.28 0.62 0.54
Hex BF D3 42 9 0 45 11 44 3E 36
Octal 277 323 102 11 0 105 21 104 76 66
Binary 10111111 11010011 1000010 1001 0 1000101 10001 1000100 111110 110110

Color Harmonies of #BFD342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD342

Black with #BFD342

Text Example


Text Example

White with #BFD342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD342; }

 p { color: rgb(191,211,66); }

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

background-color css

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

 a { background-color: rgb(191,211,66); }

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

border-color css

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

 span { border-color: rgb(191,211,66); }

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