Html Css Color HEX #BFC61B Rio Grande

📋 copy color: '#BFC61B'

red 191 ◦ green 198 ◦ blue 27

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

Shades of Rio Grande #BFC61B

Tints of Rio Grande #BFC61B

RGB

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

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

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

R = 45.91%
G = 47.6%
B = 6.49%

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

#BFC61B (or 0xBFC61B) is known color: Rio Grande. HEX triplet: BF, C6 and 1B. RGB value is (191,198,27). Sum of RGB (Red+Green+Blue) = 191+198+27=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 27 (10.94% from 255 or 6.49% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC61B is #4039E4. Grayscale: #B1B1B1. Windows color (decimal): -4209125 or 1820351. OLE color: 1820351.

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

Color convert

RGB 191 198 27 -
CMYK 0.04 0 0.86 0.22
HSL 62.46º 0.76% 0.44% -
HSV(B) 62.46º 0.86% 0.78% -
XYZ 41.88 51.54 8.78 -
YUV 176.41 43.68 138.4 -
System Red Green Blue C M Y K H S L
Decimal 191 198 27 0.04 0 0.86 0.22 62.46 0.76 0.44
Hex BF C6 1B 4 0 56 16 3E 4C 2C
Octal 277 306 33 4 0 126 26 76 114 54
Binary 10111111 11000110 11011 100 0 1010110 10110 111110 1001100 101100

Color Harmonies of #BFC61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC61B

Black with #BFC61B

Text Example


Text Example

White with #BFC61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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