Html Css Color HEX #BFC419 Rio Grande

📋 copy color: '#BFC419'

red 191 ◦ green 196 ◦ blue 25

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

Shades of Rio Grande #BFC419

Tints of Rio Grande #BFC419

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.57%

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

R = 46.36%
G = 47.57%
B = 6.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#BFC419 (or 0xBFC419) is known color: Rio Grande. HEX triplet: BF, C4 and 19. RGB value is (191,196,25). Sum of RGB (Red+Green+Blue) = 191+196+25=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC419 is #403BE6. Grayscale: #AFAFAF. Windows color (decimal): -4209639 or 1688767. OLE color: 1688767.

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

Color convert

RGB 191 196 25 -
CMYK 0.03 0 0.87 0.23
HSL 61.75º 0.77% 0.43% -
HSV(B) 61.75º 0.87% 0.77% -
XYZ 41.4 50.63 8.51 -
YUV 175.01 43.34 139.4 -
System Red Green Blue C M Y K H S L
Decimal 191 196 25 0.03 0 0.87 0.23 61.75 0.77 0.43
Hex BF C4 19 3 0 57 17 3E 4D 2B
Octal 277 304 31 3 0 127 27 76 115 53
Binary 10111111 11000100 11001 11 0 1010111 10111 111110 1001101 101011

Color Harmonies of #BFC419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC419

Black with #BFC419

Text Example


Text Example

White with #BFC419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC419; }

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

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

background-color css

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

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

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

border-color css

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

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

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