Html Css Color HEX #BCC71D Rio Grande

📋 copy color: '#BCC71D'

red 188 ◦ green 199 ◦ blue 29

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

Shades of Rio Grande #BCC71D

Tints of Rio Grande #BCC71D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.84%

 BLUE value IS 29 (11.72% from 255) = 6.97%

R = 45.19%
G = 47.84%
B = 6.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#BCC71D (or 0xBCC71D) is known color: Rio Grande. HEX triplet: BC, C7 and 1D. RGB value is (188,199,29). Sum of RGB (Red+Green+Blue) = 188+199+29=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC71D is #4338E2. Grayscale: #B1B1B1. Windows color (decimal): -4405475 or 1951676. OLE color: 1951676.

HSL color Cylindrical-coordinate representation of color #BCC71D: hue angle of 63.88º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCC71D is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 199 29 -
CMYK 0.06 0 0.85 0.22
HSL 63.88º 0.75% 0.45% -
HSV(B) 63.88º 0.85% 0.78% -
XYZ 41.38 51.63 8.95 -
YUV 176.33 44.86 136.32 -
System Red Green Blue C M Y K H S L
Decimal 188 199 29 0.06 0 0.85 0.22 63.88 0.75 0.45
Hex BC C7 1D 6 0 55 16 40 4B 2D
Octal 274 307 35 6 0 125 26 100 113 55
Binary 10111100 11000111 11101 110 0 1010101 10110 1000000 1001011 101101

Color Harmonies of #BCC71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC71D

Black with #BCC71D

Text Example


Text Example

White with #BCC71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC71D; }

 p { color: rgb(188,199,29); }

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

background-color css

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

 a { background-color: rgb(188,199,29); }

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

border-color css

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

 span { border-color: rgb(188,199,29); }

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