Html Css Color HEX #BFC71C Rio Grande

📋 copy color: '#BFC71C'

red 191 ◦ green 199 ◦ blue 28

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

Shades of Rio Grande #BFC71C

Tints of Rio Grande #BFC71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.7%

R = 45.69%
G = 47.61%
B = 6.7%

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

#BFC71C (or 0xBFC71C) is known color: Rio Grande. HEX triplet: BF, C7 and 1C. RGB value is (191,199,28). Sum of RGB (Red+Green+Blue) = 191+199+28=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 28 (11.33% from 255 or 6.70% from 418); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC71C is #4038E3. Grayscale: #B1B1B1. Windows color (decimal): -4208868 or 1886143. OLE color: 1886143.

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

Color convert

RGB 191 199 28 -
CMYK 0.04 0 0.86 0.22
HSL 62.81º 0.75% 0.45% -
HSV(B) 62.81º 0.86% 0.78% -
XYZ 42.12 52.01 8.92 -
YUV 177.11 43.85 137.9 -
System Red Green Blue C M Y K H S L
Decimal 191 199 28 0.04 0 0.86 0.22 62.81 0.75 0.45
Hex BF C7 1C 4 0 56 16 3F 4B 2D
Octal 277 307 34 4 0 126 26 77 113 55
Binary 10111111 11000111 11100 100 0 1010110 10110 111111 1001011 101101

Color Harmonies of #BFC71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC71C

Black with #BFC71C

Text Example


Text Example

White with #BFC71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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