Html Css Color HEX #BCC71E Rio Grande

📋 copy color: '#BCC71E'

red 188 ◦ green 199 ◦ blue 30

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

Shades of Rio Grande #BCC71E

Tints of Rio Grande #BCC71E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.19%

R = 45.08%
G = 47.72%
B = 7.19%

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

#BCC71E (or 0xBCC71E) is known color: Rio Grande. HEX triplet: BC, C7 and 1E. RGB value is (188,199,30). Sum of RGB (Red+Green+Blue) = 188+199+30=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC71E is #4338E1. Grayscale: #B1B1B1. Windows color (decimal): -4405474 or 2017212. OLE color: 2017212.

HSL color Cylindrical-coordinate representation of color #BCC71E: hue angle of 63.91º degrees, saturation: 0.74, 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 #BCC71E is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 199 30 -
CMYK 0.06 0 0.85 0.22
HSL 63.91º 0.74% 0.45% -
HSV(B) 63.91º 0.85% 0.78% -
XYZ 41.4 51.63 9.01 -
YUV 176.45 45.36 136.24 -
System Red Green Blue C M Y K H S L
Decimal 188 199 30 0.06 0 0.85 0.22 63.91 0.74 0.45
Hex BC C7 1E 6 0 55 16 40 4A 2D
Octal 274 307 36 6 0 125 26 100 112 55
Binary 10111100 11000111 11110 110 0 1010101 10110 1000000 1001010 101101

Color Harmonies of #BCC71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC71E

Black with #BCC71E

Text Example


Text Example

White with #BCC71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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