Html Css Color HEX #BDD33B Las Palmas

📋 copy color: '#BDD33B'

red 189 ◦ green 211 ◦ blue 59

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

Shades of Las Palmas #BDD33B

Tints of Las Palmas #BDD33B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.97%

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

R = 41.18%
G = 45.97%
B = 12.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#BDD33B (or 0xBDD33B) is known color: Las Palmas. HEX triplet: BD, D3 and 3B. RGB value is (189,211,59). Sum of RGB (Red+Green+Blue) = 189+211+59=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 59 (23.44% from 255 or 12.85% from 459); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD33B is #422CC4. Grayscale: #BBBBBB. Windows color (decimal): -4336837 or 3920829. OLE color: 3920829.

HSL color Cylindrical-coordinate representation of color #BDD33B: hue angle of 68.68º degrees, saturation: 0.63, 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 #BDD33B is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 59 -
CMYK 0.10 0 0.72 0.17
HSL 68.68º 0.63% 0.53% -
HSV(B) 68.68º 0.72% 0.83% -
XYZ 45.07 57.72 12.9 -
YUV 187.09 55.71 129.36 -
System Red Green Blue C M Y K H S L
Decimal 189 211 59 0.10 0 0.72 0.17 68.68 0.63 0.53
Hex BD D3 3B A 0 48 11 45 3F 35
Octal 275 323 73 12 0 110 21 105 77 65
Binary 10111101 11010011 111011 1010 0 1001000 10001 1000101 111111 110101

Color Harmonies of #BDD33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD33B

Black with #BDD33B

Text Example


Text Example

White with #BDD33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD33B; }

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

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

background-color css

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

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

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

border-color css

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

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

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