Html Css Color HEX #BFC517 Rio Grande

📋 copy color: '#BFC517'

red 191 ◦ green 197 ◦ blue 23

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

Shades of Rio Grande #BFC517

Tints of Rio Grande #BFC517

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.93%

 BLUE value IS 23 (9.38% from 255) = 5.6%

R = 46.47%
G = 47.93%
B = 5.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#BFC517 (or 0xBFC517) is known color: Rio Grande. HEX triplet: BF, C5 and 17. RGB value is (191,197,23). Sum of RGB (Red+Green+Blue) = 191+197+23=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 23 (9.38% from 255 or 5.60% from 411); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC517 is #403AE8. Grayscale: #B0B0B0. Windows color (decimal): -4209385 or 1557951. OLE color: 1557951.

HSL color Cylindrical-coordinate representation of color #BFC517: hue angle of 62.07º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFC517 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 197 23 -
CMYK 0.03 0 0.88 0.23
HSL 62.07º 0.79% 0.43% -
HSV(B) 62.07º 0.88% 0.77% -
XYZ 41.61 51.07 8.48 -
YUV 175.37 42.01 139.15 -
System Red Green Blue C M Y K H S L
Decimal 191 197 23 0.03 0 0.88 0.23 62.07 0.79 0.43
Hex BF C5 17 3 0 58 17 3E 4F 2B
Octal 277 305 27 3 0 130 27 76 117 53
Binary 10111111 11000101 10111 11 0 1011000 10111 111110 1001111 101011

Color Harmonies of #BFC517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC517

Black with #BFC517

Text Example


Text Example

White with #BFC517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC517; }

 p { color: rgb(191,197,23); }

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

background-color css

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

 a { background-color: rgb(191,197,23); }

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

border-color css

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

 span { border-color: rgb(191,197,23); }

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