Html Css Color HEX #BFC93D Las Palmas

📋 copy color: '#BFC93D'

red 191 ◦ green 201 ◦ blue 61

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

Shades of Las Palmas #BFC93D

Tints of Las Palmas #BFC93D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.37%

 BLUE value IS 61 (24.22% from 255) = 13.47%

R = 42.16%
G = 44.37%
B = 13.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#BFC93D (or 0xBFC93D) is known color: Las Palmas. HEX triplet: BF, C9 and 3D. RGB value is (191,201,61). Sum of RGB (Red+Green+Blue) = 191+201+61=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 61 (24.22% from 255 or 13.47% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC93D is #4036C2. Grayscale: #B6B6B6. Windows color (decimal): -4208323 or 4049343. OLE color: 4049343.

HSL color Cylindrical-coordinate representation of color #BFC93D: hue angle of 64.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFC93D is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 201 61 -
CMYK 0.05 0 0.70 0.21
HSL 64.29º 0.56% 0.51% -
HSV(B) 64.29º 0.7% 0.79% -
XYZ 43.21 53.19 12.4 -
YUV 182.05 59.69 134.38 -
System Red Green Blue C M Y K H S L
Decimal 191 201 61 0.05 0 0.70 0.21 64.29 0.56 0.51
Hex BF C9 3D 5 0 46 15 40 38 33
Octal 277 311 75 5 0 106 25 100 70 63
Binary 10111111 11001001 111101 101 0 1000110 10101 1000000 111000 110011

Color Harmonies of #BFC93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC93D

Black with #BFC93D

Text Example


Text Example

White with #BFC93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC93D; }

 p { color: rgb(191,201,61); }

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

background-color css

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

 a { background-color: rgb(191,201,61); }

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

border-color css

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

 span { border-color: rgb(191,201,61); }

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