Html Css Color HEX #BFC71D Rio Grande

📋 copy color: '#BFC71D'

red 191 ◦ green 199 ◦ blue 29

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

Shades of Rio Grande #BFC71D

Tints of Rio Grande #BFC71D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.49%

 BLUE value IS 29 (11.72% from 255) = 6.92%

R = 45.58%
G = 47.49%
B = 6.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#BFC71D (or 0xBFC71D) is known color: Rio Grande. HEX triplet: BF, C7 and 1D. RGB value is (191,199,29). Sum of RGB (Red+Green+Blue) = 191+199+29=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 29 (11.72% from 255 or 6.92% from 419); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC71D is #4038E2. Grayscale: #B1B1B1. Windows color (decimal): -4208867 or 1951679. OLE color: 1951679.

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

Color convert

RGB 191 199 29 -
CMYK 0.04 0 0.85 0.22
HSL 62.82º 0.75% 0.45% -
HSV(B) 62.82º 0.85% 0.78% -
XYZ 42.13 52.01 8.98 -
YUV 177.23 44.35 137.82 -
System Red Green Blue C M Y K H S L
Decimal 191 199 29 0.04 0 0.85 0.22 62.82 0.75 0.45
Hex BF C7 1D 4 0 55 16 3F 4B 2D
Octal 277 307 35 4 0 125 26 77 113 55
Binary 10111111 11000111 11101 100 0 1010101 10110 111111 1001011 101101

Color Harmonies of #BFC71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC71D

Black with #BFC71D

Text Example


Text Example

White with #BFC71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC71D; }

 p { color: rgb(191,199,29); }

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

background-color css

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

 a { background-color: rgb(191,199,29); }

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

border-color css

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

 span { border-color: rgb(191,199,29); }

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