Html Css Color HEX #BDCB3E Las Palmas

📋 copy color: '#BDCB3E'

red 189 ◦ green 203 ◦ blue 62

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

Shades of Las Palmas #BDCB3E

Tints of Las Palmas #BDCB3E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.71%

 BLUE value IS 62 (24.61% from 255) = 13.66%

R = 41.63%
G = 44.71%
B = 13.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#BDCB3E (or 0xBDCB3E) is known color: Las Palmas. HEX triplet: BD, CB and 3E. RGB value is (189,203,62). Sum of RGB (Red+Green+Blue) = 189+203+62=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 62 (24.61% from 255 or 13.66% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCB3E is #4234C1. Grayscale: #B7B7B7. Windows color (decimal): -4338882 or 4115389. OLE color: 4115389.

HSL color Cylindrical-coordinate representation of color #BDCB3E: hue angle of 65.96º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDCB3E is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 203 62 -
CMYK 0.07 0 0.69 0.20
HSL 65.96º 0.58% 0.52% -
HSV(B) 65.96º 0.69% 0.8% -
XYZ 43.21 53.88 12.68 -
YUV 182.74 59.86 132.46 -
System Red Green Blue C M Y K H S L
Decimal 189 203 62 0.07 0 0.69 0.20 65.96 0.58 0.52
Hex BD CB 3E 7 0 45 14 42 3A 34
Octal 275 313 76 7 0 105 24 102 72 64
Binary 10111101 11001011 111110 111 0 1000101 10100 1000010 111010 110100

Color Harmonies of #BDCB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB3E

Black with #BDCB3E

Text Example


Text Example

White with #BDCB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB3E; }

 p { color: rgb(189,203,62); }

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

background-color css

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

 a { background-color: rgb(189,203,62); }

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

border-color css

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

 span { border-color: rgb(189,203,62); }

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