Html Css Color HEX #BFC819 Rio Grande

📋 copy color: '#BFC819'

red 191 ◦ green 200 ◦ blue 25

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

Shades of Rio Grande #BFC819

Tints of Rio Grande #BFC819

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.08%

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

R = 45.91%
G = 48.08%
B = 6.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#BFC819 (or 0xBFC819) is known color: Rio Grande. HEX triplet: BF, C8 and 19. RGB value is (191,200,25). Sum of RGB (Red+Green+Blue) = 191+200+25=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC819 is #4037E6. Grayscale: #B2B2B2. Windows color (decimal): -4208615 or 1689791. OLE color: 1689791.

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

Color convert

RGB 191 200 25 -
CMYK 0.04 0 0.88 0.22
HSL 63.09º 0.78% 0.44% -
HSV(B) 63.09º 0.88% 0.78% -
XYZ 42.32 52.46 8.81 -
YUV 177.36 42.02 137.73 -
System Red Green Blue C M Y K H S L
Decimal 191 200 25 0.04 0 0.88 0.22 63.09 0.78 0.44
Hex BF C8 19 4 0 58 16 3F 4E 2C
Octal 277 310 31 4 0 130 26 77 116 54
Binary 10111111 11001000 11001 100 0 1011000 10110 111111 1001110 101100

Color Harmonies of #BFC819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC819

Black with #BFC819

Text Example


Text Example

White with #BFC819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC819; }

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

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

background-color css

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

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

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

border-color css

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

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

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