Html Css Color HEX #BFC61C Rio Grande

📋 copy color: '#BFC61C'

red 191 ◦ green 198 ◦ blue 28

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

Shades of Rio Grande #BFC61C

Tints of Rio Grande #BFC61C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.48%

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

R = 45.8%
G = 47.48%
B = 6.71%

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

#BFC61C (or 0xBFC61C) is known color: Rio Grande. HEX triplet: BF, C6 and 1C. RGB value is (191,198,28). Sum of RGB (Red+Green+Blue) = 191+198+28=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 28 (11.33% from 255 or 6.71% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC61C is #4039E3. Grayscale: #B1B1B1. Windows color (decimal): -4209124 or 1885887. OLE color: 1885887.

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

Color convert

RGB 191 198 28 -
CMYK 0.04 0 0.86 0.22
HSL 62.47º 0.75% 0.44% -
HSV(B) 62.47º 0.86% 0.78% -
XYZ 41.89 51.55 8.84 -
YUV 176.53 44.18 138.32 -
System Red Green Blue C M Y K H S L
Decimal 191 198 28 0.04 0 0.86 0.22 62.47 0.75 0.44
Hex BF C6 1C 4 0 56 16 3E 4B 2C
Octal 277 306 34 4 0 126 26 76 113 54
Binary 10111111 11000110 11100 100 0 1010110 10110 111110 1001011 101100

Color Harmonies of #BFC61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC61C

Black with #BFC61C

Text Example


Text Example

White with #BFC61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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