Html Css Color HEX #BDD73D Las Palmas

📋 copy color: '#BDD73D'

red 189 ◦ green 215 ◦ blue 61

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

Shades of Las Palmas #BDD73D

Tints of Las Palmas #BDD73D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.24%

 BLUE value IS 61 (24.22% from 255) = 13.12%

R = 40.65%
G = 46.24%
B = 13.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#BDD73D (or 0xBDD73D) is known color: Las Palmas. HEX triplet: BD, D7 and 3D. RGB value is (189,215,61). Sum of RGB (Red+Green+Blue) = 189+215+61=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD73D is #4228C2. Grayscale: #BEBEBE. Windows color (decimal): -4335811 or 4052925. OLE color: 4052925.

HSL color Cylindrical-coordinate representation of color #BDD73D: hue angle of 70.13º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDD73D is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 61 -
CMYK 0.12 0 0.72 0.16
HSL 70.13º 0.66% 0.54% -
HSV(B) 70.13º 0.72% 0.84% -
XYZ 46.13 59.76 13.52 -
YUV 189.67 55.39 127.52 -
System Red Green Blue C M Y K H S L
Decimal 189 215 61 0.12 0 0.72 0.16 70.13 0.66 0.54
Hex BD D7 3D C 0 48 10 46 42 36
Octal 275 327 75 14 0 110 20 106 102 66
Binary 10111101 11010111 111101 1100 0 1001000 10000 1000110 1000010 110110

Color Harmonies of #BDD73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD73D

Black with #BDD73D

Text Example


Text Example

White with #BDD73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD73D; }

 p { color: rgb(189,215,61); }

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

background-color css

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

 a { background-color: rgb(189,215,61); }

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

border-color css

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

 span { border-color: rgb(189,215,61); }

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