Html Css Color HEX #BCC71B Rio Grande

📋 copy color: '#BCC71B'

red 188 ◦ green 199 ◦ blue 27

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

Shades of Rio Grande #BCC71B

Tints of Rio Grande #BCC71B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.52%

R = 45.41%
G = 48.07%
B = 6.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#BCC71B (or 0xBCC71B) is known color: Rio Grande. HEX triplet: BC, C7 and 1B. RGB value is (188,199,27). Sum of RGB (Red+Green+Blue) = 188+199+27=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 27 (10.94% from 255 or 6.52% from 414); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC71B is #4338E4. Grayscale: #B0B0B0. Windows color (decimal): -4405477 or 1820604. OLE color: 1820604.

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

Color convert

RGB 188 199 27 -
CMYK 0.06 0 0.86 0.22
HSL 63.84º 0.76% 0.44% -
HSV(B) 63.84º 0.86% 0.78% -
XYZ 41.36 51.62 8.82 -
YUV 176.1 43.86 136.49 -
System Red Green Blue C M Y K H S L
Decimal 188 199 27 0.06 0 0.86 0.22 63.84 0.76 0.44
Hex BC C7 1B 6 0 56 16 40 4C 2C
Octal 274 307 33 6 0 126 26 100 114 54
Binary 10111100 11000111 11011 110 0 1010110 10110 1000000 1001100 101100

Color Harmonies of #BCC71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC71B

Black with #BCC71B

Text Example


Text Example

White with #BCC71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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