Html Css Color HEX #BDD53A Las Palmas

📋 copy color: '#BDD53A'

red 189 ◦ green 213 ◦ blue 58

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

Shades of Las Palmas #BDD53A

Tints of Las Palmas #BDD53A

RGB

 RED value IS 189 (74.22% from 255) = 41.09%

 GREEN value IS 213 (83.59% from 255) = 46.3%

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

R = 41.09%
G = 46.3%
B = 12.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#BDD53A (or 0xBDD53A) is known color: Las Palmas. HEX triplet: BD, D5 and 3A. RGB value is (189,213,58). Sum of RGB (Red+Green+Blue) = 189+213+58=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 58 (23.05% from 255 or 12.61% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD53A is #422AC5. Grayscale: #BCBCBC. Windows color (decimal): -4336326 or 3855805. OLE color: 3855805.

HSL color Cylindrical-coordinate representation of color #BDD53A: hue angle of 69.29º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDD53A is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 58 -
CMYK 0.11 0 0.73 0.16
HSL 69.29º 0.65% 0.53% -
HSV(B) 69.29º 0.73% 0.84% -
XYZ 45.54 58.71 12.94 -
YUV 188.15 54.55 128.6 -
System Red Green Blue C M Y K H S L
Decimal 189 213 58 0.11 0 0.73 0.16 69.29 0.65 0.53
Hex BD D5 3A B 0 49 10 45 41 35
Octal 275 325 72 13 0 111 20 105 101 65
Binary 10111101 11010101 111010 1011 0 1001001 10000 1000101 1000001 110101

Color Harmonies of #BDD53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD53A

Black with #BDD53A

Text Example


Text Example

White with #BDD53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD53A; }

 p { color: rgb(189,213,58); }

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

background-color css

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

 a { background-color: rgb(189,213,58); }

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

border-color css

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

 span { border-color: rgb(189,213,58); }

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