Html Css Color HEX #BDD43B Las Palmas

📋 copy color: '#BDD43B'

red 189 ◦ green 212 ◦ blue 59

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

Shades of Las Palmas #BDD43B

Tints of Las Palmas #BDD43B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.09%

 BLUE value IS 59 (23.44% from 255) = 12.83%

R = 41.09%
G = 46.09%
B = 12.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#BDD43B (or 0xBDD43B) is known color: Las Palmas. HEX triplet: BD, D4 and 3B. RGB value is (189,212,59). Sum of RGB (Red+Green+Blue) = 189+212+59=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 59 (23.44% from 255 or 12.83% from 460); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD43B is #422BC4. Grayscale: #BCBCBC. Windows color (decimal): -4336581 or 3921085. OLE color: 3921085.

HSL color Cylindrical-coordinate representation of color #BDD43B: hue angle of 69.02º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDD43B is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 59 -
CMYK 0.11 0 0.72 0.17
HSL 69.02º 0.64% 0.53% -
HSV(B) 69.02º 0.72% 0.83% -
XYZ 45.32 58.22 12.99 -
YUV 187.68 55.38 128.94 -
System Red Green Blue C M Y K H S L
Decimal 189 212 59 0.11 0 0.72 0.17 69.02 0.64 0.53
Hex BD D4 3B B 0 48 11 45 40 35
Octal 275 324 73 13 0 110 21 105 100 65
Binary 10111101 11010100 111011 1011 0 1001000 10001 1000101 1000000 110101

Color Harmonies of #BDD43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD43B

Black with #BDD43B

Text Example


Text Example

White with #BDD43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD43B; }

 p { color: rgb(189,212,59); }

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

background-color css

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

 a { background-color: rgb(189,212,59); }

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

border-color css

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

 span { border-color: rgb(189,212,59); }

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