Html Css Color HEX #BDD83A Las Palmas

📋 copy color: '#BDD83A'

red 189 ◦ green 216 ◦ blue 58

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

Shades of Las Palmas #BDD83A

Tints of Las Palmas #BDD83A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.65%

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

R = 40.82%
G = 46.65%
B = 12.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#BDD83A (or 0xBDD83A) is known color: Las Palmas. HEX triplet: BD, D8 and 3A. RGB value is (189,216,58). Sum of RGB (Red+Green+Blue) = 189+216+58=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD83A is #4227C5. Grayscale: #BEBEBE. Windows color (decimal): -4335558 or 3856573. OLE color: 3856573.

HSL color Cylindrical-coordinate representation of color #BDD83A: hue angle of 70.25º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDD83A is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 58 -
CMYK 0.12 0 0.73 0.15
HSL 70.25º 0.67% 0.54% -
HSV(B) 70.25º 0.73% 0.85% -
XYZ 46.31 60.24 13.19 -
YUV 189.92 53.55 127.35 -
System Red Green Blue C M Y K H S L
Decimal 189 216 58 0.12 0 0.73 0.15 70.25 0.67 0.54
Hex BD D8 3A C 0 49 F 46 43 36
Octal 275 330 72 14 0 111 17 106 103 66
Binary 10111101 11011000 111010 1100 0 1001001 1111 1000110 1000011 110110

Color Harmonies of #BDD83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD83A

Black with #BDD83A

Text Example


Text Example

White with #BDD83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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