Html Css Color HEX #BFC726 Rio Grande

📋 copy color: '#BFC726'

red 191 ◦ green 199 ◦ blue 38

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

Shades of Rio Grande #BFC726

Tints of Rio Grande #BFC726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.88%

R = 44.63%
G = 46.5%
B = 8.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#BFC726 (or 0xBFC726) is known color: Rio Grande. HEX triplet: BF, C7 and 26. RGB value is (191,199,38). Sum of RGB (Red+Green+Blue) = 191+199+38=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 199 (78.12% from 255 or 46.50% from 428); Blue value is 38 (15.23% from 255 or 8.88% from 428); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC726 is #4038D9. Grayscale: #B2B2B2. Windows color (decimal): -4208858 or 2541503. OLE color: 2541503.

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

Color convert

RGB 191 199 38 -
CMYK 0.04 0 0.81 0.22
HSL 62.98º 0.68% 0.46% -
HSV(B) 62.98º 0.81% 0.78% -
XYZ 42.26 52.06 9.66 -
YUV 178.25 48.85 137.09 -
System Red Green Blue C M Y K H S L
Decimal 191 199 38 0.04 0 0.81 0.22 62.98 0.68 0.46
Hex BF C7 26 4 0 51 16 3F 44 2E
Octal 277 307 46 4 0 121 26 77 104 56
Binary 10111111 11000111 100110 100 0 1010001 10110 111111 1000100 101110

Color Harmonies of #BFC726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC726

Black with #BFC726

Text Example


Text Example

White with #BFC726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC726; }

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

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

background-color css

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

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

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

border-color css

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

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

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