Html Css Color HEX #BCD11A Rio Grande

📋 copy color: '#BCD11A'

red 188 ◦ green 209 ◦ blue 26

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

Shades of Rio Grande #BCD11A

Tints of Rio Grande #BCD11A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.41%

 BLUE value IS 26 (10.55% from 255) = 6.15%

R = 44.44%
G = 49.41%
B = 6.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#BCD11A (or 0xBCD11A) is known color: Rio Grande. HEX triplet: BC, D1 and 1A. RGB value is (188,209,26). Sum of RGB (Red+Green+Blue) = 188+209+26=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 26 (10.55% from 255 or 6.15% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD11A is #432EE5. Grayscale: #B6B6B6. Windows color (decimal): -4402918 or 1757628. OLE color: 1757628.

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

Color convert

RGB 188 209 26 -
CMYK 0.10 0 0.88 0.18
HSL 66.89º 0.78% 0.46% -
HSV(B) 66.89º 0.88% 0.82% -
XYZ 43.73 56.37 9.55 -
YUV 181.86 40.04 132.38 -
System Red Green Blue C M Y K H S L
Decimal 188 209 26 0.10 0 0.88 0.18 66.89 0.78 0.46
Hex BC D1 1A A 0 58 12 43 4E 2E
Octal 274 321 32 12 0 130 22 103 116 56
Binary 10111100 11010001 11010 1010 0 1011000 10010 1000011 1001110 101110

Color Harmonies of #BCD11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD11A

Black with #BCD11A

Text Example


Text Example

White with #BCD11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD11A; }

 p { color: rgb(188,209,26); }

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

background-color css

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

 a { background-color: rgb(188,209,26); }

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

border-color css

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

 span { border-color: rgb(188,209,26); }

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