Html Css Color HEX #BCD71A Rio Grande

📋 copy color: '#BCD71A'

red 188 ◦ green 215 ◦ blue 26

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

Shades of Rio Grande #BCD71A

Tints of Rio Grande #BCD71A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.12%

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

R = 43.82%
G = 50.12%
B = 6.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#BCD71A (or 0xBCD71A) is known color: Rio Grande. HEX triplet: BC, D7 and 1A. RGB value is (188,215,26). Sum of RGB (Red+Green+Blue) = 188+215+26=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD71A is #4328E5. Grayscale: #BABABA. Windows color (decimal): -4401382 or 1759164. OLE color: 1759164.

HSL color Cylindrical-coordinate representation of color #BCD71A: hue angle of 68.57º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCD71A is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 26 -
CMYK 0.13 0 0.88 0.16
HSL 68.57º 0.78% 0.47% -
HSV(B) 68.57º 0.88% 0.84% -
XYZ 45.23 59.37 10.05 -
YUV 185.38 38.05 129.87 -
System Red Green Blue C M Y K H S L
Decimal 188 215 26 0.13 0 0.88 0.16 68.57 0.78 0.47
Hex BC D7 1A D 0 58 10 45 4E 2F
Octal 274 327 32 15 0 130 20 105 116 57
Binary 10111100 11010111 11010 1101 0 1011000 10000 1000101 1001110 101111

Color Harmonies of #BCD71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD71A

Black with #BCD71A

Text Example


Text Example

White with #BCD71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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