#BFC724

Color #BFC724 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BFC724

Tints of Rio Grande #BFC724

Color information

#BFC724 (or 0xBFC724) is unknown color: approx Rio Grande. HEX triplet: BF, C7 and 24. RGB value is (191,199,36). Sum of RGB (Red+Green+Blue) = 191+199+36=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 36 (14.45% from 255 or 8.45% from 426); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC724 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC724 is #4038DB. Grayscale: #B2B2B2. Windows color (decimal): -4208860 or 2410431. OLE color: 2410431.

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

Color convert

RGB19119936-
CMYK0.0400.820.22
HSL62.94º69.36%46.08%-
HSV(B)62.94º81.91%78.04%-
XYZ42.2352.059.49-
YUV178.0347.85137.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 199 (78.12% from 255) = 46.71%
BLUE value IS 36 (14.45% from 255) = 8.45%
R=44.84%
G=46.71%
B=8.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191199360.0400.820.2262.9469.3646.08
HexBFC7244052163f452e
Octal2773074440122267710556
Binary101111111100011110010010001010010101101111111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC724; }

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

 H1.HeaderClassName
 {
   color: #BFC724;
 }
 .AnyTagClassName
 {
   color: #BFC724;
 }
</style>
background-color css

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

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

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

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

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

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