Html Css Color HEX #BFD33A Las Palmas

📋 copy color: '#BFD33A'

red 191 ◦ green 211 ◦ blue 58

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

Shades of Las Palmas #BFD33A

Tints of Las Palmas #BFD33A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.61%

R = 41.52%
G = 45.87%
B = 12.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#BFD33A (or 0xBFD33A) is known color: Las Palmas. HEX triplet: BF, D3 and 3A. RGB value is (191,211,58). Sum of RGB (Red+Green+Blue) = 191+211+58=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 58 (23.05% from 255 or 12.61% from 460); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD33A is #402CC5. Grayscale: #BCBCBC. Windows color (decimal): -4205766 or 3855295. OLE color: 3855295.

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

Color convert

RGB 191 211 58 -
CMYK 0.09 0 0.73 0.17
HSL 67.84º 0.63% 0.53% -
HSV(B) 67.84º 0.73% 0.83% -
XYZ 45.54 57.97 12.79 -
YUV 187.58 54.87 130.44 -
System Red Green Blue C M Y K H S L
Decimal 191 211 58 0.09 0 0.73 0.17 67.84 0.63 0.53
Hex BF D3 3A 9 0 49 11 44 3F 35
Octal 277 323 72 11 0 111 21 104 77 65
Binary 10111111 11010011 111010 1001 0 1001001 10001 1000100 111111 110101

Color Harmonies of #BFD33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD33A

Black with #BFD33A

Text Example


Text Example

White with #BFD33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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