Html Css Color HEX #BFCD3D Las Palmas

📋 copy color: '#BFCD3D'

red 191 ◦ green 205 ◦ blue 61

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

Shades of Las Palmas #BFCD3D

Tints of Las Palmas #BFCD3D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.86%

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

R = 41.79%
G = 44.86%
B = 13.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#BFCD3D (or 0xBFCD3D) is known color: Las Palmas. HEX triplet: BF, CD and 3D. RGB value is (191,205,61). Sum of RGB (Red+Green+Blue) = 191+205+61=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD3D is #4032C2. Grayscale: #B8B8B8. Windows color (decimal): -4207299 or 4050367. OLE color: 4050367.

HSL color Cylindrical-coordinate representation of color #BFCD3D: hue angle of 65.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFCD3D is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 61 -
CMYK 0.07 0 0.70 0.20
HSL 65.83º 0.59% 0.52% -
HSV(B) 65.83º 0.7% 0.8% -
XYZ 44.16 55.08 12.72 -
YUV 184.4 58.36 132.71 -
System Red Green Blue C M Y K H S L
Decimal 191 205 61 0.07 0 0.70 0.20 65.83 0.59 0.52
Hex BF CD 3D 7 0 46 14 42 3B 34
Octal 277 315 75 7 0 106 24 102 73 64
Binary 10111111 11001101 111101 111 0 1000110 10100 1000010 111011 110100

Color Harmonies of #BFCD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD3D

Black with #BFCD3D

Text Example


Text Example

White with #BFCD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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