Html Css Color HEX #BFC71B Rio Grande

📋 copy color: '#BFC71B'

red 191 ◦ green 199 ◦ blue 27

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

Shades of Rio Grande #BFC71B

Tints of Rio Grande #BFC71B

RGB

 RED value IS 191 (75% from 255) = 45.8%

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

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

R = 45.8%
G = 47.72%
B = 6.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#BFC71B (or 0xBFC71B) is known color: Rio Grande. HEX triplet: BF, C7 and 1B. RGB value is (191,199,27). Sum of RGB (Red+Green+Blue) = 191+199+27=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 27 (10.94% from 255 or 6.47% from 417); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC71B is #4038E4. Grayscale: #B1B1B1. Windows color (decimal): -4208869 or 1820607. OLE color: 1820607.

HSL color Cylindrical-coordinate representation of color #BFC71B: hue angle of 62.79º 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 #BFC71B is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 199 27 -
CMYK 0.04 0 0.86 0.22
HSL 62.79º 0.76% 0.44% -
HSV(B) 62.79º 0.86% 0.78% -
XYZ 42.11 52 8.86 -
YUV 177 43.35 137.99 -
System Red Green Blue C M Y K H S L
Decimal 191 199 27 0.04 0 0.86 0.22 62.79 0.76 0.44
Hex BF C7 1B 4 0 56 16 3F 4C 2C
Octal 277 307 33 4 0 126 26 77 114 54
Binary 10111111 11000111 11011 100 0 1010110 10110 111111 1001100 101100

Color Harmonies of #BFC71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC71B

Black with #BFC71B

Text Example


Text Example

White with #BFC71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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