Html Css Color HEX #BDEB3A Las Palmas

📋 copy color: '#BDEB3A'

red 189 ◦ green 235 ◦ blue 58

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

Shades of Las Palmas #BDEB3A

Tints of Las Palmas #BDEB3A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.76%

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

R = 39.21%
G = 48.76%
B = 12.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#BDEB3A (or 0xBDEB3A) is known color: Las Palmas. HEX triplet: BD, EB and 3A. RGB value is (189,235,58). Sum of RGB (Red+Green+Blue) = 189+235+58=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 58 (23.05% from 255 or 12.03% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEB3A is #4214C5. Grayscale: #C9C9C9. Windows color (decimal): -4330694 or 3861437. OLE color: 3861437.

HSL color Cylindrical-coordinate representation of color #BDEB3A: hue angle of 75.59º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDEB3A is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 58 -
CMYK 0.20 0 0.75 0.08
HSL 75.59º 0.82% 0.57% -
HSV(B) 75.59º 0.75% 0.92% -
XYZ 51.46 70.54 14.91 -
YUV 201.07 47.26 119.39 -
System Red Green Blue C M Y K H S L
Decimal 189 235 58 0.20 0 0.75 0.08 75.59 0.82 0.57
Hex BD EB 3A 14 0 4B 8 4C 52 39
Octal 275 353 72 24 0 113 10 114 122 71
Binary 10111101 11101011 111010 10100 0 1001011 1000 1001100 1010010 111001

Color Harmonies of #BDEB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEB3A

Black with #BDEB3A

Text Example


Text Example

White with #BDEB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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