Html Css Color HEX #BDDB3A Las Palmas

📋 copy color: '#BDDB3A'

red 189 ◦ green 219 ◦ blue 58

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

Shades of Las Palmas #BDDB3A

Tints of Las Palmas #BDDB3A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47%

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

R = 40.56%
G = 47%
B = 12.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#BDDB3A (or 0xBDDB3A) is known color: Las Palmas. HEX triplet: BD, DB and 3A. RGB value is (189,219,58). Sum of RGB (Red+Green+Blue) = 189+219+58=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDB3A is #4224C5. Grayscale: #C0C0C0. Windows color (decimal): -4334790 or 3857341. OLE color: 3857341.

HSL color Cylindrical-coordinate representation of color #BDDB3A: hue angle of 71.18º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDDB3A is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 58 -
CMYK 0.14 0 0.74 0.14
HSL 71.18º 0.69% 0.54% -
HSV(B) 71.18º 0.74% 0.86% -
XYZ 47.08 61.79 13.45 -
YUV 191.68 52.56 126.09 -
System Red Green Blue C M Y K H S L
Decimal 189 219 58 0.14 0 0.74 0.14 71.18 0.69 0.54
Hex BD DB 3A E 0 4A E 47 45 36
Octal 275 333 72 16 0 112 16 107 105 66
Binary 10111101 11011011 111010 1110 0 1001010 1110 1000111 1000101 110110

Color Harmonies of #BDDB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB3A

Black with #BDDB3A

Text Example


Text Example

White with #BDDB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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