Html Css Color HEX #BFD23A Las Palmas

📋 copy color: '#BFD23A'

red 191 ◦ green 210 ◦ blue 58

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

Shades of Las Palmas #BFD23A

Tints of Las Palmas #BFD23A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.75%

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

R = 41.61%
G = 45.75%
B = 12.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#BFD23A (or 0xBFD23A) is known color: Las Palmas. HEX triplet: BF, D2 and 3A. RGB value is (191,210,58). Sum of RGB (Red+Green+Blue) = 191+210+58=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD23A is #402DC5. Grayscale: #BBBBBB. Windows color (decimal): -4206022 or 3855039. OLE color: 3855039.

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

Color convert

RGB 191 210 58 -
CMYK 0.09 0 0.72 0.18
HSL 67.5º 0.63% 0.53% -
HSV(B) 67.5º 0.72% 0.82% -
XYZ 45.3 57.48 12.71 -
YUV 186.99 55.21 130.86 -
System Red Green Blue C M Y K H S L
Decimal 191 210 58 0.09 0 0.72 0.18 67.5 0.63 0.53
Hex BF D2 3A 9 0 48 12 44 3F 35
Octal 277 322 72 11 0 110 22 104 77 65
Binary 10111111 11010010 111010 1001 0 1001000 10010 1000100 111111 110101

Color Harmonies of #BFD23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD23A

Black with #BFD23A

Text Example


Text Example

White with #BFD23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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