Html Css Color HEX #BCD23B Las Palmas

📋 copy color: '#BCD23B'

red 188 ◦ green 210 ◦ blue 59

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

Shades of Las Palmas #BCD23B

Tints of Las Palmas #BCD23B

RGB

 RED value IS 188 (73.83% from 255) = 41.14%

 GREEN value IS 210 (82.42% from 255) = 45.95%

 BLUE value IS 59 (23.44% from 255) = 12.91%

R = 41.14%
G = 45.95%
B = 12.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#BCD23B (or 0xBCD23B) is known color: Las Palmas. HEX triplet: BC, D2 and 3B. RGB value is (188,210,59). Sum of RGB (Red+Green+Blue) = 188+210+59=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 59 (23.44% from 255 or 12.91% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD23B is #432DC4. Grayscale: #BABABA. Windows color (decimal): -4402629 or 3920572. OLE color: 3920572.

HSL color Cylindrical-coordinate representation of color #BCD23B: hue angle of 68.74º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCD23B is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 59 -
CMYK 0.10 0 0.72 0.18
HSL 68.74º 0.63% 0.53% -
HSV(B) 68.74º 0.72% 0.82% -
XYZ 44.58 57.1 12.81 -
YUV 186.21 56.21 129.28 -
System Red Green Blue C M Y K H S L
Decimal 188 210 59 0.10 0 0.72 0.18 68.74 0.63 0.53
Hex BC D2 3B A 0 48 12 45 3F 35
Octal 274 322 73 12 0 110 22 105 77 65
Binary 10111100 11010010 111011 1010 0 1001000 10010 1000101 111111 110101

Color Harmonies of #BCD23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD23B

Black with #BCD23B

Text Example


Text Example

White with #BCD23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD23B; }

 p { color: rgb(188,210,59); }

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

background-color css

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

 a { background-color: rgb(188,210,59); }

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

border-color css

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

 span { border-color: rgb(188,210,59); }

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