Html Css Color HEX #BFC61A Rio Grande

📋 copy color: '#BFC61A'

red 191 ◦ green 198 ◦ blue 26

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

Shades of Rio Grande #BFC61A

Tints of Rio Grande #BFC61A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.27%

R = 46.02%
G = 47.71%
B = 6.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#BFC61A (or 0xBFC61A) is known color: Rio Grande. HEX triplet: BF, C6 and 1A. RGB value is (191,198,26). Sum of RGB (Red+Green+Blue) = 191+198+26=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 198 (77.73% from 255 or 47.71% from 415); Blue value is 26 (10.55% from 255 or 6.27% from 415); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC61A is #4039E5. Grayscale: #B0B0B0. Windows color (decimal): -4209126 or 1754815. OLE color: 1754815.

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

Color convert

RGB 191 198 26 -
CMYK 0.04 0 0.87 0.22
HSL 62.44º 0.77% 0.44% -
HSV(B) 62.44º 0.87% 0.78% -
XYZ 41.87 51.54 8.72 -
YUV 176.3 43.18 138.49 -
System Red Green Blue C M Y K H S L
Decimal 191 198 26 0.04 0 0.87 0.22 62.44 0.77 0.44
Hex BF C6 1A 4 0 57 16 3E 4D 2C
Octal 277 306 32 4 0 127 26 76 115 54
Binary 10111111 11000110 11010 100 0 1010111 10110 111110 1001101 101100

Color Harmonies of #BFC61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC61A

Black with #BFC61A

Text Example


Text Example

White with #BFC61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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