Html Css Color HEX #BDDF3A Las Palmas

📋 copy color: '#BDDF3A'

red 189 ◦ green 223 ◦ blue 58

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

Shades of Las Palmas #BDDF3A

Tints of Las Palmas #BDDF3A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.45%

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

R = 40.21%
G = 47.45%
B = 12.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#BDDF3A (or 0xBDDF3A) is known color: Las Palmas. HEX triplet: BD, DF and 3A. RGB value is (189,223,58). Sum of RGB (Red+Green+Blue) = 189+223+58=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 58 (23.05% from 255 or 12.34% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDF3A is #4220C5. Grayscale: #C2C2C2. Windows color (decimal): -4333766 or 3858365. OLE color: 3858365.

HSL color Cylindrical-coordinate representation of color #BDDF3A: hue angle of 72.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDDF3A is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 58 -
CMYK 0.15 0 0.74 0.13
HSL 72.36º 0.72% 0.55% -
HSV(B) 72.36º 0.74% 0.87% -
XYZ 48.14 63.9 13.8 -
YUV 194.02 51.24 124.42 -
System Red Green Blue C M Y K H S L
Decimal 189 223 58 0.15 0 0.74 0.13 72.36 0.72 0.55
Hex BD DF 3A F 0 4A D 48 48 37
Octal 275 337 72 17 0 112 15 110 110 67
Binary 10111101 11011111 111010 1111 0 1001010 1101 1001000 1001000 110111

Color Harmonies of #BDDF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF3A

Black with #BDDF3A

Text Example


Text Example

White with #BDDF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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