Html Css Color HEX #BFC41C Rio Grande

📋 copy color: '#BFC41C'

red 191 ◦ green 196 ◦ blue 28

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

Shades of Rio Grande #BFC41C

Tints of Rio Grande #BFC41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.75%

R = 46.02%
G = 47.23%
B = 6.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#BFC41C (or 0xBFC41C) is known color: Rio Grande. HEX triplet: BF, C4 and 1C. RGB value is (191,196,28). Sum of RGB (Red+Green+Blue) = 191+196+28=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 28 (11.33% from 255 or 6.75% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC41C is #403BE3. Grayscale: #B0B0B0. Windows color (decimal): -4209636 or 1885375. OLE color: 1885375.

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

Color convert

RGB 191 196 28 -
CMYK 0.03 0 0.86 0.23
HSL 61.79º 0.75% 0.44% -
HSV(B) 61.79º 0.86% 0.77% -
XYZ 41.44 50.64 8.69 -
YUV 175.35 44.84 139.16 -
System Red Green Blue C M Y K H S L
Decimal 191 196 28 0.03 0 0.86 0.23 61.79 0.75 0.44
Hex BF C4 1C 3 0 56 17 3E 4B 2C
Octal 277 304 34 3 0 126 27 76 113 54
Binary 10111111 11000100 11100 11 0 1010110 10111 111110 1001011 101100

Color Harmonies of #BFC41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC41C

Black with #BFC41C

Text Example


Text Example

White with #BFC41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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