Html Css Color HEX #BFC219 Rio Grande

📋 copy color: '#BFC219'

red 191 ◦ green 194 ◦ blue 25

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

Shades of Rio Grande #BFC219

Tints of Rio Grande #BFC219

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.32%

 BLUE value IS 25 (10.16% from 255) = 6.1%

R = 46.59%
G = 47.32%
B = 6.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#BFC219 (or 0xBFC219) is known color: Rio Grande. HEX triplet: BF, C2 and 19. RGB value is (191,194,25). Sum of RGB (Red+Green+Blue) = 191+194+25=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC219 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC219 is #403DE6. Grayscale: #AEAEAE. Windows color (decimal): -4210151 or 1688255. OLE color: 1688255.

HSL color Cylindrical-coordinate representation of color #BFC219: hue angle of 61.07º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFC219 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 194 25 -
CMYK 0.02 0 0.87 0.24
HSL 61.07º 0.77% 0.43% -
HSV(B) 61.07º 0.87% 0.76% -
XYZ 40.95 49.73 8.36 -
YUV 173.84 44.01 140.24 -
System Red Green Blue C M Y K H S L
Decimal 191 194 25 0.02 0 0.87 0.24 61.07 0.77 0.43
Hex BF C2 19 2 0 57 18 3D 4D 2B
Octal 277 302 31 2 0 127 30 75 115 53
Binary 10111111 11000010 11001 10 0 1010111 11000 111101 1001101 101011

Color Harmonies of #BFC219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC219

Black with #BFC219

Text Example


Text Example

White with #BFC219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC219; }

 p { color: rgb(191,194,25); }

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

background-color css

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

 a { background-color: rgb(191,194,25); }

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

border-color css

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

 span { border-color: rgb(191,194,25); }

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